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.32.2.4,1


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

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

Modified Files:
      Tag: Version-0_9_14-branch
        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.32.2.4
retrieving revision 1.32.2.5
diff -C2 -r1.32.2.4 -r1.32.2.5
*** tables_current.inc.php      5 Apr 2002 20:37:04 -0000       1.32.2.4
--- tables_current.inc.php      7 Apr 2002 19:58:48 -0000       1.32.2.5
***************
*** 356,360 ****
  
        /* 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();
--- 356,360 ----
  
        /* 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]