function dfbt
Same name in other branches
- 4.x devel.module \dfbt()
- 5.x devel.module \dfbt()
Calls dfb() to output a backtrace.
File
-
./
devel.module, line 546
Code
function dfbt($label) {
dfb($label, FirePHP::TRACE);
}
Calls dfb() to output a backtrace.
function dfbt($label) {
dfb($label, FirePHP::TRACE);
}