phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc common_functions.inc.php,1.16,1.17


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc common_functions.inc.php,1.16,1.17
Date: Wed, 02 Apr 2003 05:42:15 -0500

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv22184

Modified Files:
        common_functions.inc.php 
Log Message:
changed wrong php-version-number


Index: common_functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/common_functions.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** common_functions.inc.php    12 Jan 2003 03:46:38 -0000      1.16
--- common_functions.inc.php    2 Apr 2003 10:42:12 -0000       1.17
***************
*** 495,499 ****
                                case 'COOKIE':
                                case 'SERVER':
!                                       if(phpversion() >= '4.2.0')
                                        {
                                                $meth = 
'_'.strtoupper($method[$i]);
--- 495,499 ----
                                case 'COOKIE':
                                case 'SERVER':
!                                       if(phpversion() >= '4.1.0')
                                        {
                                                $meth = 
'_'.strtoupper($method[$i]);





reply via email to

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