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, 1.32.2.6.2.21


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/setup/tables_current.inc.php, 1.32.2.6.2.21
Date: Mon, 19 Jul 2004 15:44:14 +0200

Update of /phpgwapi/setup
Modified Files:
        Branch: Version-0_9_16-branch
          tables_current.inc.php

date: 2004/07/19 13:44:14;  author: powerstat;  state: Exp;  lines: +2 -3

Log Message:
Fix for the mysql 3.22.x fix to make it run with MySQL 4
=====================================================================
Index: phpgwapi/setup/tables_current.inc.php
diff -u phpgwapi/setup/tables_current.inc.php:1.32.2.6.2.20 
phpgwapi/setup/tables_current.inc.php:1.32.2.6.2.21
--- phpgwapi/setup/tables_current.inc.php:1.32.2.6.2.20 Fri Mar 12 02:42:18 2004
+++ phpgwapi/setup/tables_current.inc.php       Mon Jul 19 13:44:14 2004
@@ -555,8 +555,7 @@
        {
                $_ver_str = @mysql_get_server_info();
                $_ver_arr = explode(".",$_ver_str);
-               $_ver = $_ver_arr[1];
-               if(intval($_ver) < 23)
+               if((intval($_ver_arr[0]) == 3) && (intval($_ver_arr[1]) < 23))
                {
                        $phpgw_baseline['phpgw_lang']['fd']['message_id'] = 
array(
                                'type'      => 'varchar',




reply via email to

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