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.6,1.6.2.1


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

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

Modified Files:
      Tag: Version-0_9_14-branch
        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.6
retrieving revision 1.6.2.1
diff -C2 -r1.6 -r1.6.2.1
*** tables_current.inc.php      24 Jul 2001 01:26:37 -0000      1.6
--- tables_current.inc.php      1 Feb 2002 05:18:31 -0000       1.6.2.1
***************
*** 20,24 ****
                                '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),
--- 20,24 ----
                                '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]