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: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/setup setup.inc.php
Date: Mon, 13 Mar 2006 13:45:51 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/03/13 13:45:51

Modified files:
        setup          : setup.inc.php 

Log message:
        Introducing ACL2

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

Patches:
Index: phpgwapi/setup/setup.inc.php
diff -u phpgwapi/setup/setup.inc.php:1.67 phpgwapi/setup/setup.inc.php:1.68
--- phpgwapi/setup/setup.inc.php:1.67   Sat Mar 11 23:24:02 2006
+++ phpgwapi/setup/setup.inc.php        Mon Mar 13 13:45:51 2006
@@ -5,14 +5,14 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package phpgwapi
        * @subpackage setup
-       * @version $Id: setup.inc.php,v 1.67 2006/03/11 23:24:02 skwashd Exp $
+       * @version $Id: setup.inc.php,v 1.68 2006/03/13 13:45:51 sigurdne Exp $
        * @internal $Source: /sources/phpgwapi/phpgwapi/setup/setup.inc.php,v $
        */
 
        // Basic information about this app
        $setup_info['phpgwapi']['name']      = 'phpgwapi';
        $setup_info['phpgwapi']['title']     = 'phpgwapi';
-       $setup_info['phpgwapi']['version']   = '0.9.17.501';
+       $setup_info['phpgwapi']['version']   = '0.9.17.502';
        $setup_info['phpgwapi']['versions']['current_header'] = '1.24';
        $setup_info['phpgwapi']['enable']    = 3;
        $setup_info['phpgwapi']['app_order'] = 1;
@@ -22,6 +22,7 @@
        $setup_info['phpgwapi']['tables'][]  = 'phpgw_config';
        $setup_info['phpgwapi']['tables'][]  = 'phpgw_applications';
        $setup_info['phpgwapi']['tables'][]  = 'phpgw_acl';
+       $setup_info['phpgwapi']['tables'][]  = 'phpgw_acl_location';
        $setup_info['phpgwapi']['tables'][]  = 'phpgw_accounts';
        $setup_info['phpgwapi']['tables'][]  = 'phpgw_preferences';
        $setup_info['phpgwapi']['tables'][]  = 'phpgw_sessions';




reply via email to

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