phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/inc class.setup_detection.inc.php
Date: Wed, 04 Oct 2006 00:56:12 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/10/04 00:56:12

Modified files:
        inc            : class.setup_detection.inc.php 

Log message:
        add notifywindow to the base install

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

Patches:
Index: class.setup_detection.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/inc/class.setup_detection.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- class.setup_detection.inc.php       3 Oct 2006 02:55:50 -0000       1.16
+++ class.setup_detection.inc.php       4 Oct 2006 00:56:12 -0000       1.17
@@ -7,7 +7,7 @@
        * @license http://www.fsf.org/licenses/gpl.html GNU General Public 
License
        * @package phpgwapi
        * @subpackage application
-       * @version $Id: class.setup_detection.inc.php,v 1.16 2006/10/03 
02:55:50 skwashd Exp $
+       * @version $Id: class.setup_detection.inc.php,v 1.17 2006/10/04 
00:56:12 skwashd Exp $
        */
 
        /**
@@ -212,7 +212,7 @@
                {
                        foreach($setup_info as $key => $value)
                        {
-                               if(@isset($value['no_mass_update']) || 
address@hidden($value['enable']))
+                               if(isset($value['no_mass_update']) || 
!isset($value['enable']))
                                {
                                        unset($setup_info[$key]);
                                }
@@ -229,6 +229,8 @@
                        $core_elements = array
                        (
                                'phpgwapi'              => true,
+                               //if this isn't here, it can never be installed 
as it is part of the api - skwashd
+                               'notifywindows' => true ,
                                'admin'                 => true,
                                'preferences'   => true
                        );




reply via email to

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