Added a debug array function

This commit is contained in:
jengo 2001-07-01 17:57:59 +00:00
parent 9ffb4d1fda
commit 50837a1db7

View File

@ -145,6 +145,11 @@
}
}
function _debug_array($array)
{
echo '<pre>'; print_r($array); echo '</pre>';
}
function print_debug($text='')
{
global $debugme;