function fpmct

6.x misc.inc fpmct($val, $var = "")
5.x misc.inc fpmct($val, $var = "")

Convenience function, will use fp_debug_ct() to display a message, and the number of miliseconds since its last call.

1 string reference to 'fpmct'
fpm in includes/misc.inc
Uses fp_add_message, but in this case, it also adds in the filename and line number which the message came from!

File

includes/misc.inc, line 1691
This file contains misc functions for FlightPath

Code

function fpmct($val, $var = "") {
  fpm(fp_debug_ct($val, $var));
}