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.23


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

Update of calendar/templates/justweb

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

Log Message:
Fixed another $($ bug

====================================================
Index: calendar/templates/justweb/header.inc.php
diff -u calendar/templates/justweb/header.inc.php:1.22 
calendar/templates/justweb/header.inc.php:1.23
--- calendar/templates/justweb/header.inc.php:1.22      Mon Apr 18 08:18:12 2005
+++ calendar/templates/justweb/header.inc.php   Mon Apr 18 09:37:27 2005
@@ -100,7 +100,7 @@
                {
                        if(${$var_list[$i]})
                        {
-                               $base_hidden_vars .= '    <input type="hidden" 
name="'.$var_list[$i].'" value="'.$($var_list[$i]).'">'."\n";
+                               $base_hidden_vars .= '    <input type="hidden" 
name="' . $var_list[$i] . '" value="' . ${$var_list[$i]} . '">' . "\n";
                        }
                }
                $hidden_vars = '';






reply via email to

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