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: Tue, 05 Sep 2006 13:13:43 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   06/09/05 13:13:43

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

Log message:
        E_NOTICES

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

Patches:
Index: class.nextmatchs.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/class.nextmatchs.inc.php,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -b -r1.76 -r1.77
--- class.nextmatchs.inc.php    3 Sep 2006 11:14:42 -0000       1.76
+++ class.nextmatchs.inc.php    5 Sep 2006 13:13:43 -0000       1.77
@@ -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.76 2006/09/03 11:14:42 
skwashd Exp $
+       * @version $Id: class.nextmatchs.inc.php,v 1.77 2006/09/05 13:13:43 
sigurdne Exp $
        */
 
        /**
@@ -762,7 +762,7 @@
                                $text                   = 
(isset($sort['text'])?$sort['text']:'xslt');
                                $extra                  = 
(isset($sort['extra'])?$sort['extra']:'');
                                $build_an_href  = 
(isset($sort['build_an_href'])?$sort['build_an_href']:True);
-                               settype($sort,'string');
+                               unset($sort);
                                $sort                   = $temp_format;
                                unset($temp_format);
                        }




reply via email to

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