phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.4,1.5 se


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.4,1.5 setup.inc.php,1.3,1.4 tables_update.inc.php,1.2,1.3
Date: Thu, 05 Sep 2002 12:48:17 -0400

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

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

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** tables_current.inc.php      3 Sep 2002 22:15:38 -0000       1.4
--- tables_current.inc.php      5 Sep 2002 16:48:15 -0000       1.5
***************
*** 1011,1014 ****
--- 1011,1015 ----
                                '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),

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/setup.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** setup.inc.php       3 Sep 2002 22:15:38 -0000       1.3
--- setup.inc.php       5 Sep 2002 16:48:15 -0000       1.4
***************
*** 10,14 ****
        $setup_info['property']['name']      = 'property';
        $setup_info['property']['title']     = 'Property';
!       $setup_info['property']['version']   = '0.1.1.003';
        $setup_info['property']['app_order'] = 14;
        $setup_info['property']['enable']    = 1;
--- 10,14 ----
        $setup_info['property']['name']      = 'property';
        $setup_info['property']['title']     = 'Property';
!       $setup_info['property']['version']   = '0.1.1.004';
        $setup_info['property']['app_order'] = 14;
        $setup_info['property']['enable']    = 1;

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_update.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** tables_update.inc.php       3 Sep 2002 22:15:38 -0000       1.2
--- tables_update.inc.php       5 Sep 2002 16:48:15 -0000       1.3
***************
*** 111,114 ****
--- 111,124 ----
                return $setup_info['property']['currentver'];
        }
+       $test[] = '0.1.1.003';
+       function property_upgrade0_1_1_003()
+       {
+               global $setup_info, $phpgw_setup;
+ 
+               $phpgw_setup->oProc->AddColumn('fm_admin','admin', array('type' 
=> 'int', 'precision' => 2,'nullable' => True));
+ 
+               $setup_info['property']['currentver'] = '0.1.1.004';
+               return $setup_info['property']['currentver'];
+       }
  
  ?>





reply via email to

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