[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php,1.53.2.9.2
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php,1.53.2.9.2.2,1.53.2.9.2.3 |
Date: |
Thu, 03 Apr 2003 17:15:07 -0500 |
Update of /cvsroot/phpgroupware/phpgwapi/setup
In directory subversions:/tmp/cvs-serv31035
Modified Files:
Tag: Version-0_9_16-branch
tables_update.inc.php
Log Message:
fixed use of phpgw_languages before the table was renamed
Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_update.inc.php,v
retrieving revision 1.53.2.9.2.2
retrieving revision 1.53.2.9.2.3
diff -C2 -r1.53.2.9.2.2 -r1.53.2.9.2.3
*** tables_update.inc.php 2 Apr 2003 16:56:59 -0000 1.53.2.9.2.2
--- tables_update.inc.php 3 Apr 2003 22:15:04 -0000 1.53.2.9.2.3
***************
*** 511,515 ****
// this is the 0.9.15.004 update, needed for the polish
translations
! $GLOBALS['phpgw_setup']->db->query("UPDATE phpgw_languages set
available='Yes' WHERE lang_id='pl'");
$GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.14.500';
--- 511,515 ----
// this is the 0.9.15.004 update, needed for the polish
translations
! $GLOBALS['phpgw_setup']->db->query("UPDATE languages set
available='Yes' WHERE lang_id='pl'");
$GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.14.500';
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php,1.53.2.9.2.2,1.53.2.9.2.3,
Ralf Becker <address@hidden> <=