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.4,


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup tables_update_0_9_14.inc.php,1.4,1.5
Date: Mon, 29 Apr 2002 16:45:41 -0400

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

Modified Files:
        tables_update_0_9_14.inc.php 
Log Message:
php3 fix

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.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** tables_update_0_9_14.inc.php        25 Apr 2002 20:35:41 -0000      1.4
--- tables_update_0_9_14.inc.php        29 Apr 2002 20:45:38 -0000      1.5
***************
*** 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();
--- 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]