killed debug-message for empty fieldname

This commit is contained in:
Ralf Becker 2002-02-18 13:50:24 +00:00
parent f5b3fb4f3e
commit 002545067e

View File

@ -154,7 +154,7 @@
$Ok = $pat[0] == 'r' && !(substr($pat,0,2) == 'r_' || substr($pat,0,4) == 'row_');
}
}
if ($this->name == $this->debug)
if ($this->name && $this->name == $this->debug)
{
echo "$this->name ".($check_col ? 'col' : 'row')."-check: c=$c, r=$r, idx='$org_idx' ==> ".($Ok?'True':'False')."<p>\n";
}