mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 05:49:03 +01:00
Added a debug array function
This commit is contained in:
parent
9ffb4d1fda
commit
50837a1db7
@ -145,6 +145,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function _debug_array($array)
|
||||||
|
{
|
||||||
|
echo '<pre>'; print_r($array); echo '</pre>';
|
||||||
|
}
|
||||||
|
|
||||||
function print_debug($text='')
|
function print_debug($text='')
|
||||||
{
|
{
|
||||||
global $debugme;
|
global $debugme;
|
||||||
|
Loading…
Reference in New Issue
Block a user