phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.Template.inc.php,1.37


From: skwashd
Subject: [Phpgroupware-cvs] phpgwapi/inc class.Template.inc.php,1.37
Date: Sun, 15 May 2005 16:36:00 +0200

Update of phpgwapi/inc

Modified Files:
     Branch: MAIN
            class.Template.inc.php lines: +2 -2

Log Message:
updated dependencies and some other 18 fixes along the way

====================================================
Index: phpgwapi/inc/class.Template.inc.php
diff -u phpgwapi/inc/class.Template.inc.php:1.36 
phpgwapi/inc/class.Template.inc.php:1.37
--- phpgwapi/inc/class.Template.inc.php:1.36    Sat Apr 23 21:44:58 2005
+++ phpgwapi/inc/class.Template.inc.php Sun May 15 14:36:28 2005
@@ -278,7 +278,7 @@
                {
                        if (!is_array($varname))
                        {
-                               return $this->varvals[$varname];
+                               return @$this->varvals[$varname];
                        }
                        else
                        {






reply via email to

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