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


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc common_functions.inc.php,1.16.2.1,1.16.2.2
Date: Mon, 31 Mar 2003 15:41:55 -0500

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

Modified Files:
      Tag: Version-0_9_16-branch
        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.2.1
retrieving revision 1.16.2.2
diff -C2 -r1.16.2.1 -r1.16.2.2
*** common_functions.inc.php    27 Mar 2003 00:38:25 -0000      1.16.2.1
--- common_functions.inc.php    31 Mar 2003 20:41:53 -0000      1.16.2.2
***************
*** 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]