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.3,1.4


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.soetemplate.inc.php,1.3,1.4
Date: Tue, 19 Feb 2002 13:04:48 -0500

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

Modified Files:
        class.soetemplate.inc.php 
Log Message:
function test_import($app) return if !$app

Index: class.soetemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.soetemplate.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** class.soetemplate.inc.php   15 Feb 2002 05:27:30 -0000      1.3
--- class.soetemplate.inc.php   19 Feb 2002 18:04:46 -0000      1.4
***************
*** 566,570 ****
                        list($app) = explode('.',$app);
  
!                       if 
($GLOBALS['phpgw_info']['etemplate']['import_tested'][$app])
                        {
                                return '';      // ensure test is done only 
once per call and app
--- 566,570 ----
                        list($app) = explode('.',$app);
  
!                       if (!$app || 
$GLOBALS['phpgw_info']['etemplate']['import_tested'][$app])
                        {
                                return '';      // ensure test is done only 
once per call and app




reply via email to

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