phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] calendar/templates/justweb header.inc.php,1.22


From: powerstat
Subject: [Phpgroupware-cvs] calendar/templates/justweb header.inc.php,1.22
Date: Mon, 18 Apr 2005 10:18:00 +0200

Update of calendar/templates/justweb

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

Log Message:
changed fix to ${$

====================================================
Index: calendar/templates/justweb/header.inc.php
diff -u calendar/templates/justweb/header.inc.php:1.21 
calendar/templates/justweb/header.inc.php:1.22
--- calendar/templates/justweb/header.inc.php:1.21      Mon Apr 18 07:53:10 2005
+++ calendar/templates/justweb/header.inc.php   Mon Apr 18 08:18:12 2005
@@ -98,7 +98,7 @@
                $base_hidden_vars = '<input type="hidden" name="from" 
value="'.MENUACTION.'">'."\n";
                for($i=0;$i<count($var_list);$i++)
                {
-                       if($$var_list[$i])
+                       if(${$var_list[$i]})
                        {
                                $base_hidden_vars .= '    <input type="hidden" 
name="'.$var_list[$i].'" value="'.$($var_list[$i]).'">'."\n";
                        }






reply via email to

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