phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] infolog/inc class.solink.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] infolog/inc class.solink.inc.php
Date: Tue, 13 Feb 2007 15:30:58 +0000

CVSROOT:        /sources/phpgroupware
Module name:    infolog
Changes by:     Sigurd Nes <sigurdne>   07/02/13 15:30:58

Modified files:
        inc            : class.solink.inc.php 

Log message:
        notices

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/infolog/inc/class.solink.inc.php?cvsroot=phpgroupware&r1=1.16&r2=1.17

Patches:
Index: class.solink.inc.php
===================================================================
RCS file: /sources/phpgroupware/infolog/inc/class.solink.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- class.solink.inc.php        13 Feb 2007 15:02:07 -0000      1.16
+++ class.solink.inc.php        13 Feb 2007 15:30:58 -0000      1.17
@@ -13,7 +13,7 @@
        * the Free Software Foundation; either version 2 of the License, or    *
        * at your option) any later version.                                   *
        \**********************************************************************/
-       /* $Id: class.solink.inc.php,v 1.16 2007/02/13 15:02:07 sigurdne Exp $ 
*/
+       /* $Id: class.solink.inc.php,v 1.17 2007/02/13 15:30:58 sigurdne Exp $ 
*/
 
        /*!
        @class solink
@@ -133,7 +133,9 @@
                        }
                        $this->db->query($sql,__LINE__,__FILE__);
 
-                       if ($not_only = $only_app[0] == '!')
+                       $not_only = isset($only_app[0]) ? $only_app[0] : '';
+                       
+                       if ($not_only == '!')
                        {
                                $only_app = substr($only_app,1);
                        }




reply via email to

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