phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/setup tables_current.inc.php,1.36,1.37


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup tables_current.inc.php,1.36,1.37
Date: Sun, 07 Apr 2002 15:58:59 -0400

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

Modified Files:
        tables_current.inc.php 
Log Message:
Changed the version check to compare against the string rather than the number.

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_current.inc.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** tables_current.inc.php      5 Apr 2002 20:37:27 -0000       1.36
--- tables_current.inc.php      7 Apr 2002 19:58:57 -0000       1.37
***************
*** 354,358 ****
  
        /* Try to fix this unfortunate case 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();
--- 354,358 ----
  
        /* Try to fix this unfortunate case 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]