phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.soetemplate.inc.php,1.9,1.10


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.soetemplate.inc.php,1.9,1.10
Date: Tue, 17 Sep 2002 10:35:45 -0400

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

Modified Files:
        class.soetemplate.inc.php 
Log Message:
suppressed an error-msg

Index: class.soetemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.soetemplate.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** class.soetemplate.inc.php   17 Sep 2002 13:27:37 -0000      1.9
--- class.soetemplate.inc.php   17 Sep 2002 14:35:43 -0000      1.10
***************
*** 228,232 ****
                        $file .= '.xul';
  
!                       if (!is_readable($file) || !($f = fopen($file,'r')))
                        {
                                //echo "<p>Can't open '$file' !!!</p>\n";
--- 228,232 ----
                        $file .= '.xul';
  
!                       if ($this->name == '' || $app == '' || $name == '' || 
!is_readable($file) || !($f = fopen($file,'r')))
                        {
                                //echo "<p>Can't open '$file' !!!</p>\n";





reply via email to

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