phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/setup tables_current.inc.php,1.8,1.9


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/setup tables_current.inc.php,1.8,1.9
Date: Mon, 27 Jan 2003 14:09:18 -0500

Update of /cvsroot/phpgroupware/sitemgr/setup
In directory subversions:/tmp/cvs-serv16357

Modified Files:
        tables_current.inc.php 
Log Message:
key module_id in phpgw_sitemgr_active_modules should not be auto (suggested by 
Sigurd Nes)


Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/setup/tables_current.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** tables_current.inc.php      17 Jan 2003 03:37:52 -0000      1.8
--- tables_current.inc.php      27 Jan 2003 19:09:16 -0000      1.9
***************
*** 109,113 ****
                                // cat_id 0 stands for site wide
                                'cat_id' => array('type' => 'int', 'precision' 
=> 4, 'nullable' => false),
!                               'module_id' => array('type' => 'auto', 
'precision' => 4, 'nullable' => false)
                        ),
                        'pk' => array('area','cat_id','module_id'),
--- 109,113 ----
                                // cat_id 0 stands for site wide
                                'cat_id' => array('type' => 'int', 'precision' 
=> 4, 'nullable' => false),
!                               'module_id' => array('type' => 'int', 
'precision' => 4, 'nullable' => false)
                        ),
                        'pk' => array('area','cat_id','module_id'),





reply via email to

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