phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: todo/setup tables_current.inc.php,1.8,1.9
Date: Fri, 01 Feb 2002 00:18:57 -0500

Update of /cvsroot/phpgroupware/todo/setup
In directory subversions:/tmp/cvs-serv10220

Modified Files:
        tables_current.inc.php 
Log Message:
wrong access field

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/todo/setup/tables_current.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** tables_current.inc.php      31 Jan 2002 01:33:02 -0000      1.8
--- tables_current.inc.php      1 Feb 2002 05:18:54 -0000       1.9
***************
*** 19,23 ****
                                'todo_level' => array('type' => 'int', 
'precision' => 2, 'default' => 0, 'nullable' => false),
                                'todo_owner' => array('type' => 'int', 
'precision' => 4, 'default' => 0, 'nullable' => false),
!                               'todo_access' => array('type' => 'varchar', 
'precision' => 6),
                                'todo_cat' => array('type' => 'int', 
'precision' => 4, 'default' => 0, 'nullable' => false),
                                'todo_title' => array('type' => 'varchar', 
'precision' => 255, 'nullable' => false),
--- 19,23 ----
                                'todo_level' => array('type' => 'int', 
'precision' => 2, 'default' => 0, 'nullable' => false),
                                'todo_owner' => array('type' => 'int', 
'precision' => 4, 'default' => 0, 'nullable' => false),
!                               'todo_access' => array('type' => 'varchar', 
'precision' => 7),
                                'todo_cat' => array('type' => 'int', 
'precision' => 4, 'default' => 0, 'nullable' => false),
                                'todo_title' => array('type' => 'varchar', 
'precision' => 255, 'nullable' => false),




reply via email to

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