phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] calendar/templates/base header.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] calendar/templates/base header.inc.php
Date: Sat, 09 Dec 2006 07:50:15 +0000

CVSROOT:        /sources/phpgroupware
Module name:    calendar
Changes by:     Sigurd Nes <sigurdne>   06/12/09 07:50:15

Modified files:
        templates/base : header.inc.php 

Log message:
        notice

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/calendar/templates/base/header.inc.php?cvsroot=phpgroupware&r1=1.1&r2=1.2

Patches:
Index: header.inc.php
===================================================================
RCS file: /sources/phpgroupware/calendar/templates/base/header.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- header.inc.php      8 Dec 2006 21:05:21 -0000       1.1
+++ header.inc.php      9 Dec 2006 07:50:15 -0000       1.2
@@ -9,7 +9,7 @@
   *  option) any later version.                                              *
   \**************************************************************************/
 
-  /* $Id: header.inc.php,v 1.1 2006/12/08 21:05:21 sigurdne Exp $ */
+  /* $Id: header.inc.php,v 1.2 2006/12/09 07:50:15 sigurdne Exp $ */
 
        function add_col(&$tpl,$str)
        {
@@ -210,7 +210,7 @@
        {
                $hidden_vars .= '    <input type="hidden" name="num_months" 
value="'.$this->bo->num_months.'">'."\n";
        }
-       $hidden_vars .= '    <input 
name="keywords"'.($GLOBALS['HTTP_POST_VARS']['keywords']?' 
value="'.$GLOBALS['HTTP_POST_VARS']['keywords'].'"':'').'>';
+       $hidden_vars .= '    <input 
name="keywords"'.(isset($GLOBALS['HTTP_POST_VARS']['keywords'])?' 
value="'.$GLOBALS['HTTP_POST_VARS']['keywords'].'"':'').'>';
 
        $var = Array(
                'action_url_button'     => $this->page('search'),




reply via email to

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