phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/inc class.sbox2.inc.php
Date: Sat, 09 Sep 2006 14:43:16 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/09/09 14:43:16

Modified files:
        inc            : class.sbox2.inc.php 

Log message:
        remove included_class global, use include_once instead

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.sbox2.inc.php?cvsroot=phpgwapi&r1=1.17&r2=1.18

Patches:
Index: class.sbox2.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/inc/class.sbox2.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- class.sbox2.inc.php 3 Sep 2006 06:15:27 -0000       1.17
+++ class.sbox2.inc.php 9 Sep 2006 14:43:16 -0000       1.18
@@ -6,17 +6,14 @@
        * @license http://www.fsf.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage gui
-       * @version $Id: class.sbox2.inc.php,v 1.17 2006/09/03 06:15:27 skwashd 
Exp $
+       * @version $Id: class.sbox2.inc.php,v 1.18 2006/09/09 14:43:16 skwashd 
Exp $
        */
 
-       if(!isset($GLOBALS['phpgw_info']['flags']['included_classes']['sbox']))
-       {
                /**
                * Include parent class
+       * @see sbox
                */
                include(PHPGW_API_INC . '/class.sbox.inc.php');
-               $GLOBALS['phpgw_info']['flags']['included_classes']['sbox'] = 
True;
-       }
 
        /**
        * Class for creating select boxes for addresse, projects, array items, 
...




reply via email to

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