From 002545067ecdcdb53daccd6cc73d5b39717c40c6 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 18 Feb 2002 13:50:24 +0000 Subject: [PATCH] killed debug-message for empty fieldname --- etemplate/inc/class.boetemplate.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.boetemplate.inc.php b/etemplate/inc/class.boetemplate.inc.php index 929a2f884b..d37ac331bb 100644 --- a/etemplate/inc/class.boetemplate.inc.php +++ b/etemplate/inc/class.boetemplate.inc.php @@ -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')."

\n"; }