phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: etemplate/inc class.boetemplate.inc.php,1.3,1.4


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.boetemplate.inc.php,1.3,1.4
Date: Mon, 18 Feb 2002 08:50:27 -0500

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv23713

Modified Files:
        class.boetemplate.inc.php 
Log Message:
killed debug-message for empty fieldname

Index: class.boetemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.boetemplate.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** class.boetemplate.inc.php   17 Feb 2002 19:09:15 -0000      1.3
--- class.boetemplate.inc.php   18 Feb 2002 13:50:24 -0000      1.4
***************
*** 155,159 ****
                                }
                        }
!                       if ($this->name == $this->debug)
                        {
                                echo "$this->name ".($check_col ? 'col' : 
'row')."-check: c=$c, r=$r, idx='$org_idx' ==> ".($Ok?'True':'False')."<p>\n";
--- 155,159 ----
                                }
                        }
!                       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";




reply via email to

[Prev in Thread] Current Thread [Next in Thread]