phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/setup setup.inc.php


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/setup setup.inc.php
Date: Sat, 11 Mar 2006 23:24:02 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Branch:         
Changes by:     Dave Hall <address@hidden>      06/03/11 23:24:02

Modified files:
        setup          : setup.inc.php 

Log message:
        added app_group, this will become useful very soon :)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/phpgwapi/setup/setup.inc.php.diff?tr1=1.66&tr2=1.67&r1=text&r2=text

Patches:
Index: phpgwapi/setup/setup.inc.php
diff -u phpgwapi/setup/setup.inc.php:1.66 phpgwapi/setup/setup.inc.php:1.67
--- phpgwapi/setup/setup.inc.php:1.66   Mon Mar  6 04:36:04 2006
+++ phpgwapi/setup/setup.inc.php        Sat Mar 11 23:24:02 2006
@@ -5,7 +5,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package phpgwapi
        * @subpackage setup
-       * @version $Id: setup.inc.php,v 1.66 2006/03/06 04:36:04 skwashd Exp $
+       * @version $Id: setup.inc.php,v 1.67 2006/03/11 23:24:02 skwashd Exp $
        * @internal $Source: /cvsroot/phpgwapi/phpgwapi/setup/setup.inc.php,v $
        */
 
@@ -18,6 +18,7 @@
        $setup_info['phpgwapi']['app_order'] = 1;
 
        // The tables this app creates
+       $setup_info['phpgwapi']['tables'] = array();
        $setup_info['phpgwapi']['tables'][]  = 'phpgw_config';
        $setup_info['phpgwapi']['tables'][]  = 'phpgw_applications';
        $setup_info['phpgwapi']['tables'][]  = 'phpgw_acl';
@@ -56,13 +57,12 @@
        $setup_info['phpgwapi']['tables'][]  = 'phpgw_cust_field_values';
 
        // Basic information about this app
-       $setup_info['notifywindow']['name']      = 'notifywindow';
-       $setup_info['notifywindow']['title']     = 'Notify Window';
-       $setup_info['notifywindow']['version']   = '0.9.13.002';
-       $setup_info['notifywindow']['enable']    = 2;
-       $setup_info['notifywindow']['app_order'] = 1;
-       $setup_info['notifywindow']['tables']    = '';
-       $setup_info['notifywindow']['hooks'][]   = 'home';
-
-
-
+       $setup_info['notifywindow']['name']             = 'notifywindow';
+       $setup_info['notifywindow']['title']            = 'Notify Window';
+       $setup_info['notifywindow']['version']          = '0.9.13.002';
+       $setup_info['notifywindow']['enable']           = 2;
+       $setup_info['notifywindow']['app_group']        = 'accessories';
+       $setup_info['notifywindow']['app_order']        = 1;
+       $setup_info['notifywindow']['tables']           = array();
+       $setup_info['notifywindow']['hooks']            = array();
+       $setup_info['notifywindow']['hooks'][]          = 'home';




reply via email to

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