Replace print_r with var_dump (php3)

This commit is contained in:
Miles Lott 2001-08-04 13:29:53 +00:00
parent 9bd25d9aa4
commit bd30af4d61

View File

@ -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;