phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/setup tables_current.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/setup tables_current.inc.php
Date: Fri, 15 Sep 2006 07:25:05 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   06/09/15 07:25:05

Modified files:
        setup          : tables_current.inc.php 

Log message:
        typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/setup/tables_current.inc.php?cvsroot=phpgwapi&r1=1.63&r2=1.64

Patches:
Index: tables_current.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/setup/tables_current.inc.php,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- tables_current.inc.php      14 Sep 2006 18:42:40 -0000      1.63
+++ tables_current.inc.php      15 Sep 2006 07:25:05 -0000      1.64
@@ -5,7 +5,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package phpgwapi
        * @subpackage setup
-       * @version $Id: tables_current.inc.php,v 1.63 2006/09/14 18:42:40 
sigurdne Exp $
+       * @version $Id: tables_current.inc.php,v 1.64 2006/09/15 07:25:05 
sigurdne Exp $
        * @internal $Source: 
/sources/phpgwapi/phpgwapi/setup/tables_current.inc.php,v $
        */
 
@@ -55,8 +55,8 @@
                                'id' => array('type' => 'varchar','precision' 
=> '50','nullable' => False),
                                'descr' => array('type' => 
'varchar','precision' => '50','nullable' => False),
                                'allow_grant' => array('type' => 
'int','precision' => '2','nullable' => True),
-                               'allow_c_attrib' => array('type' => 
'int','precision' => '2','nullable' => True)        
-                               'c_attrib_table' => array('type' => 
'varchar','precision' => '25','nullable' => True),
+                               'allow_c_attrib' => array('type' => 
'int','precision' => '2','nullable' => True),       
+                               'c_attrib_table' => array('type' => 
'varchar','precision' => '25','nullable' => True)
                        ),
                        'pk' => array('appname','id'),
                        'fk' => array(),




reply via email to

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