mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 08:19:45 +01:00
killed debug-message for empty fieldname
This commit is contained in:
parent
f5b3fb4f3e
commit
002545067e
@ -154,7 +154,7 @@
|
|||||||
$Ok = $pat[0] == 'r' && !(substr($pat,0,2) == 'r_' || substr($pat,0,4) == 'row_');
|
$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";
|
echo "$this->name ".($check_col ? 'col' : 'row')."-check: c=$c, r=$r, idx='$org_idx' ==> ".($Ok?'True':'False')."<p>\n";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user