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.32


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

Update of phpgroupware/doc

Modified Files:
     Branch: MAIN
            inlinedocparser.php lines: +2 -2

Log Message:
php5 fix

====================================================
Index: phpgroupware/doc/inlinedocparser.php
diff -u phpgroupware/doc/inlinedocparser.php:1.31 
phpgroupware/doc/inlinedocparser.php:1.32
--- phpgroupware/doc/inlinedocparser.php:1.31   Fri Apr 15 13:19:15 2005
+++ phpgroupware/doc/inlinedocparser.php        Tue Apr 26 00:09:34 2005
@@ -39,7 +39,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]