phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/setup tables_update_0_9_14.inc.php,1.3,


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup tables_update_0_9_14.inc.php,1.3,1.4
Date: Thu, 25 Apr 2002 16:35:43 -0400

Update of /cvsroot/phpgroupware/phpgwapi/setup
In directory subversions:/tmp/cvs-serv15382

Modified Files:
        tables_update_0_9_14.inc.php 
Log Message:
fixed wrong mysql version check

Index: tables_update_0_9_14.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_update_0_9_14.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** tables_update_0_9_14.inc.php        21 Mar 2002 02:15:45 -0000      1.3
--- tables_update_0_9_14.inc.php        25 Apr 2002 20:35:41 -0000      1.4
***************
*** 366,370 ****
        {
                /* Skip this for mysql 3.22.X in php4 at least */
!               if(floor(phpversion()) == 4 && 
@$GLOBALS['phpgw_setup']->db->Type == 'mysql')
                {
                        $_ver_str = @mysql_get_server_info();
--- 366,370 ----
        {
                /* Skip this for mysql 3.22.X in php4 at least */
!               if(phpversion() >= 4.0.5 && @$GLOBALS['phpgw_setup']->db->Type 
== 'mysql')
                {
                        $_ver_str = @mysql_get_server_info();




reply via email to

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