You appear to be a bot. Output may be restricted
Description
Usage
bw_debug( $text );
Parameters
- $text
- ( mixed ) required –
Returns
voidSource
File name: oik/libs/bobbfunc.phpLines:
1 to 10 of 10
function bw_debug( $text ) { global $oktop, $bw_debug_on; if ($bw_debug_on) { if ( $oktop ) BW_::p( $bw_debug_on . $text ); else _bw_c( $text ); } }View on GitHub View on Trac