mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +01:00
Replace print_r with var_dump (php3)
This commit is contained in:
parent
9bd25d9aa4
commit
bd30af4d61
@ -340,7 +340,7 @@
|
||||
function _GetFieldSQL($aField, &$sFieldSQL)
|
||||
{
|
||||
global $DEBUG;
|
||||
if ($DEBUG) { echo'<br>_GetFieldSQL(): Incoming ARRAY: '; print_r($aField); }
|
||||
if ($DEBUG) { echo'<br>_GetFieldSQL(): Incoming ARRAY: '; var_dump($aField); }
|
||||
if (!is_array($aField))
|
||||
{
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user