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.27,1.2


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.boetemplate.inc.php,1.27,1.28
Date: Mon, 07 Oct 2002 20:06:17 -0400

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

Modified Files:
        class.boetemplate.inc.php 
Log Message:
small fix on load_via for boetemplate constructor

Index: class.boetemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.boetemplate.inc.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** class.boetemplate.inc.php   6 Oct 2002 08:49:36 -0000       1.27
--- class.boetemplate.inc.php   8 Oct 2002 00:06:14 -0000       1.28
***************
*** 68,74 ****
                                $tname = &$name['name'];
                        }
!                       $tname = (strstr($tname,'.') === False ? 
(is_array($load_via) ? $load_via['name'] : $load_via).'.':'').$tname;
  
!                       if (empty($name) || 
!$this->read($name,'','',0,'',$load_via))
                        {
                                $this->init($name);
--- 68,75 ----
                                $tname = &$name['name'];
                        }
!                       $tname = (strstr($tname,'.') === False && 
!empty($tname) ?
!                               (is_array($load_via) ? $load_via['name'] : 
$load_via).'.':'').$tname;
  
!                       if (empty($tname) || 
!$this->read($name,'','',0,'',$load_via))
                        {
                                $this->init($name);





reply via email to

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