phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.nextmatchs.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/inc class.nextmatchs.inc.php
Date: Sat, 25 Nov 2006 23:11:31 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   06/11/25 23:11:31

Modified files:
        inc            : class.nextmatchs.inc.php 

Log message:
        notices

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.nextmatchs.inc.php?cvsroot=phpgwapi&r1=1.82&r2=1.83

Patches:
Index: class.nextmatchs.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/class.nextmatchs.inc.php,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -b -r1.82 -r1.83
--- class.nextmatchs.inc.php    25 Nov 2006 10:12:32 -0000      1.82
+++ class.nextmatchs.inc.php    25 Nov 2006 23:11:30 -0000      1.83
@@ -8,7 +8,7 @@
        * @license http://www.fsf.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage gui
-       * @version $Id: class.nextmatchs.inc.php,v 1.82 2006/11/25 10:12:32 
sigurdne Exp $
+       * @version $Id: class.nextmatchs.inc.php,v 1.83 2006/11/25 23:11:30 
sigurdne Exp $
        */
 
        /**
@@ -485,7 +485,7 @@
                        }
                        else
                        {
-                               $_query = stripslashes($GLOBALS['query']);
+                               $_query = 
(isset($GLOBALS['query'])?stripslashes($GLOBALS['query']):'');
                        }
 
                        // If the place a '"' in there search, it will mess 
everything up




reply via email to

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