phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgroupware/doc inlinedocparser.php,1.26.4.2


From: skwashd
Subject: [Phpgroupware-cvs] phpgroupware/doc inlinedocparser.php,1.26.4.2
Date: Tue, 26 Apr 2005 02:05:00 +0200

Update of phpgroupware/doc

Modified Files:
     Branch: Version-0_9_16-branch
            inlinedocparser.php lines: +3 -3

Log Message:
php5 fix

====================================================
Index: phpgroupware/doc/inlinedocparser.php
diff -u phpgroupware/doc/inlinedocparser.php:1.26.4.1 
phpgroupware/doc/inlinedocparser.php:1.26.4.2
--- phpgroupware/doc/inlinedocparser.php:1.26.4.1       Sat Nov  6 16:13:48 2004
+++ phpgroupware/doc/inlinedocparser.php        Tue Apr 26 00:05:49 2005
@@ -17,7 +17,7 @@
        
\**************************************************************************/
        $phpgw_info['flags']['noapi'] = True;
        include ('../header.inc.php');
-       if (floor(phpversion()) == 3)
+       if (floor(phpversion()) == 4)
        {
                include (PHPGW_API_INC.'/php3_support_functions.inc.php');
        }
@@ -30,7 +30,7 @@
        */
        function array_print($array)
        {
-               if(floor(phpversion()) == 4)
+               if(floor(phpversion()) >= 4)
                {
                        ob_start();
                        echo '<pre>'; print_r($array); echo '</pre>';






reply via email to

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