phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.23,1.24 tables_cu


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.23,1.24 tables_current.inc.php,1.41,1.42
Date: Sun, 09 Mar 2003 12:39:40 -0500

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv10902/setup

Modified Files:
        setup.inc.php tables_current.inc.php 
Log Message:
no message

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/setup.inc.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** setup.inc.php       4 Mar 2003 10:48:53 -0000       1.23
--- setup.inc.php       9 Mar 2003 17:39:38 -0000       1.24
***************
*** 93,97 ****
                't_ecologg',
                't_ecomva',
!               'fm_admin',
                'fm_investment',
                'fm_investment_value',
--- 93,97 ----
                't_ecologg',
                't_ecomva',
!               'fm_acl2',
                'fm_investment',
                'fm_investment_value',

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -r1.41 -r1.42
*** tables_current.inc.php      5 Mar 2003 14:31:51 -0000       1.41
--- tables_current.inc.php      9 Mar 2003 17:39:38 -0000       1.42
***************
*** 1129,1149 ****
                ),
  
!               'fm_admin' => array(
                        'fd' => array(
!                               'account_id' => array('type' => 
'int','precision' => 4,'default' => 0,'nullable' => False),
!                               'type' => array('type' => 'varchar','precision' 
=> 2,'nullable' => True),
!                               'sub_module' => array('type' => 
'varchar','precision' => 15,'nullable' => False),
!                               'update_right' => array('type' => 
'varchar','precision' => 15,'nullable' => True),
!                               'can_read' => array('type' => 'int','precision' 
=> 2,'default' => 0,'nullable' => True),
!                               'can_add' => array('type' => 'int','precision' 
=> 2,'default' => 0,'nullable' => True),
!                               'can_edit' => array('type' => 'int','precision' 
=> 2,'default' => 0,'nullable' => True),
!                               'can_delete' => array('type' => 
'int','precision' => 2,'default' => 0,'nullable' => True),
!                               'admin' => array('type' => 'int','precision' => 
2,'default' => 0,'nullable' => True),
!                               'janitor' => array('type' => 'int','precision' 
=> 2,'default' => 0,'nullable' => True),
!                               'supervisor' => array('type' => 
'int','precision' => 2,'default' => 0,'nullable' => True),
!                               'budget_responsible' => array('type' => 
'int','precision' => 2,'default' => 0,'nullable' => True),
!                               'transfer' => array('type' => 'int','precision' 
=> 2,'default' => 0,'nullable' => True)
                        ),
!                       'pk' => array('account_id','sub_module' ),
                        'fk' => array(),
                        'ix' => array(),
--- 1129,1143 ----
                ),
  
!               'fm_acl2' => array(
                        'fd' => array(
!                               'acl_host' => array('type' => 'int','precision' 
=> 4,'default' => 0,'nullable' => False),
!                               'acl_appid' => array('type' => 
'int','precision' => 4,'default' => 0,'nullable' => False),
!                               'acl_account' => array('type' => 
'int','precision' => 4,'default' => 0,'nullable' => False),
!                               'acl_location' => array('type' => 
'varchar','precision' => 255,'nullable' => False),
!                               'acl_rights' => array('type' => 
'int','precision' => 4,'default' => NULL,'nullable' => True),
!                               'acl_type' => array('type' => 'int','precision' 
=> 2,'default' => 0,'nullable' => False),
!                               'acl_data ' => array('type' => 
'text','nullable' => True)
                        ),
!                       'pk' => array(),
                        'fk' => array(),
                        'ix' => array(),





reply via email to

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