phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/setup tables_update.inc.php
Date: Thu, 14 Sep 2006 18:42:16 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   06/09/14 18:42:16

Modified files:
        setup          : tables_update.inc.php 

Log message:
        typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/setup/tables_update.inc.php?cvsroot=phpgwapi&r1=1.91&r2=1.92

Patches:
Index: tables_update.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/setup/tables_update.inc.php,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -b -r1.91 -r1.92
--- tables_update.inc.php       19 Jul 2006 01:53:52 -0000      1.91
+++ tables_update.inc.php       14 Sep 2006 18:42:16 -0000      1.92
@@ -5,7 +5,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package phpgwapi
        * @subpackage setup
-       * @version $Id: tables_update.inc.php,v 1.91 2006/07/19 01:53:52 
skwashd Exp $
+       * @version $Id: tables_update.inc.php,v 1.92 2006/09/14 18:42:16 
sigurdne Exp $
        * @internal $Source: 
/sources/phpgwapi/phpgwapi/setup/tables_update.inc.php,v $
        */
 
@@ -1342,7 +1342,7 @@
                        'nullable' => True
                ));
 
-               
$GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_acl_location','c_attrib_table 
',array(
+               
$GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_acl_location','c_attrib_table',array(
                        'type' => 'varchar',
                        'precision' => '25',
                        'nullable' => True




reply via email to

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