phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.vfs_dav.inc.php,1.5


From: Caeies
Subject: [Phpgroupware-cvs] phpgwapi/inc class.vfs_dav.inc.php,1.5
Date: Sun, 20 Feb 2005 15:13:00 +0100

Update of phpgwapi/inc

Modified Files:
     Branch: MAIN
            class.vfs_dav.inc.php lines: +3 -3

Log Message:
"better" debugging display for the debug function

====================================================
Index: phpgwapi/inc/class.vfs_dav.inc.php
diff -u phpgwapi/inc/class.vfs_dav.inc.php:1.4 
phpgwapi/inc/class.vfs_dav.inc.php:1.5
--- phpgwapi/inc/class.vfs_dav.inc.php:1.4      Thu Dec 30 09:00:31 2004
+++ phpgwapi/inc/class.vfs_dav.inc.php  Sun Feb 20 14:13:16 2005
@@ -134,7 +134,7 @@
                //TODO:  Get rid of this
                //A quick, temporary debug output function
                function debug($info,$debug=false) {
-                       if ($debug && DEBUG)
+                       if ($debug || DEBUG)
                        {
                                echo '<b> vfs_dav debug:<em> ';
                                if (is_array($info))
@@ -1882,7 +1882,7 @@
                                //Return False if we get a 401 or True if it's 
a 404
                                return $ret;
                        }
-//                     _debug_array($prop);
+if(DEBUG)                      _debug_array($prop);
                        $proptmp = array();

                        foreach($prop as $key => $arr)






reply via email to

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