phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] hrm/setup tables_current.inc.php, 1.4 setup.inc.php,


From: sigurdne
Subject: [Phpgroupware-cvs] hrm/setup tables_current.inc.php, 1.4 setup.inc.php, 1.2
Date: Fri, 25 Nov 2005 12:58:00 +0100

Update of hrm/setup

Modified Files:
     Branch: MAIN
            tables_current.inc.php lines: +15 -1
            setup.inc.php lines: +3 -2

Log Message:
Improved acl

====================================================
Index: hrm/setup/tables_current.inc.php
diff -u hrm/setup/tables_current.inc.php:1.3 
hrm/setup/tables_current.inc.php:1.4
--- hrm/setup/tables_current.inc.php:1.3        Wed Nov 23 10:55:40 2005
+++ hrm/setup/tables_current.inc.php    Fri Nov 25 11:58:29 2005
@@ -133,5 +133,19 @@
                        'fk' => array(),
                        'ix' => array(),
                        'uc' => array()
+               ),
+               'hrm_acl' => array(
+                       'fd' => array(
+                               'acl_appname' => array('type' => 
'varchar','precision' => '50'),
+                               'acl_location' => array('type' => 
'varchar','precision' => '255'),
+                               'acl_account' => array('type' => 
'int','precision' => '4'),
+                               'acl_grantor' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'acl_rights' => array('type' => 
'int','precision' => '4'),
+                               'acl_type' => array('type' => 'int','precision' 
=> '2')
+                       ),
+                       'pk' => array(),
+                       'ix' => array(),
+                       'fk' => array(),
+                       'uc' => array()
                )
        );

====================================================
Index: hrm/setup/setup.inc.php
diff -u hrm/setup/setup.inc.php:1.1 hrm/setup/setup.inc.php:1.2
--- hrm/setup/setup.inc.php:1.1 Mon Nov 21 12:01:20 2005
+++ hrm/setup/setup.inc.php     Fri Nov 25 11:58:29 2005
@@ -16,7 +16,7 @@
        $setup_info['hrm']['version']   = '0.9.17.000';
        $setup_info['hrm']['app_order'] = 20;
        $setup_info['hrm']['enable']    = 1;
-//     $setup_info['hrm']['globals_checked']    = True;
+       $setup_info['hrm']['globals_checked']    = True;

        $setup_info['hrm']['author'][] = array
        (
@@ -51,6 +51,7 @@
                Training items is categorized as education, courses or work 
experiences';

        $setup_info['hrm']['tables'] = array(
+               'hrm_acl',
                'hrm_org',
                'hrm_job',
                'hrm_task',






reply via email to

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