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: Mon, 27 Mar 2006 07:25:45 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/03/27 07:25:45

Modified files:
        setup          : tables_update.inc.php 

Log message:
        typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/phpgwapi/setup/tables_update.inc.php.diff?tr1=1.87&tr2=1.88&r1=text&r2=text

Patches:
Index: phpgwapi/setup/tables_update.inc.php
diff -u phpgwapi/setup/tables_update.inc.php:1.87 
phpgwapi/setup/tables_update.inc.php:1.88
--- phpgwapi/setup/tables_update.inc.php:1.87   Sun Mar 26 19:55:33 2006
+++ phpgwapi/setup/tables_update.inc.php        Mon Mar 27 07:25:44 2006
@@ -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.87 2006/03/26 19:55:33 
sigurdne Exp $
+       * @version $Id: tables_update.inc.php,v 1.88 2006/03/27 07:25:44 
sigurdne Exp $
        * @internal $Source: 
/sources/phpgwapi/phpgwapi/setup/tables_update.inc.php,v $
        */
 
@@ -1318,7 +1318,7 @@
                        'nullable' => True
                ));
 
-               $GLOBALS['phpgw_setup']->oProc->query("DELETE FROM 
phpgw_acl_location WHERE appname = 'tts' AND id = '.')");
+               $GLOBALS['phpgw_setup']->oProc->query("DELETE FROM 
phpgw_acl_location WHERE appname = 'tts' AND id = '.'");
                $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_acl_location (appname,id, 
descr,allow_grant,allow_c_attrib,c_attrib_table) VALUES ('tts', '.', 
'Top',1,1,'phpgw_tts_tickets')");
                
                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.17.503';




reply via email to

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