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.inc.php,1.53.2.2,1.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php,1.53.2.2,1.53.2.3
Date: Thu, 25 Apr 2002 16:34:57 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        tables_update.inc.php 
Log Message:
fixed wrong mysql version check

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_update.inc.php,v
retrieving revision 1.53.2.2
retrieving revision 1.53.2.3
diff -C2 -r1.53.2.2 -r1.53.2.3
*** tables_update.inc.php       21 Mar 2002 02:19:38 -0000      1.53.2.2
--- tables_update.inc.php       25 Apr 2002 20:34:50 -0000      1.53.2.3
***************
*** 373,377 ****
        {
                /* 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();
--- 373,377 ----
        {
                /* 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]