steffen: server/kolab-resource-handlers/kolab-resource-handlers/resmgr resmgr.php, 1.69, 1.69.2.1

cvs at intevation.de cvs at intevation.de
Tue Aug 30 21:03:37 CEST 2005


Author: steffen

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/resmgr
In directory doto:/tmp/cvs-serv22257/kolab-resource-handlers/kolab-resource-handlers/resmgr

Modified Files:
      Tag: kolab_2_0_branch
	resmgr.php 
Log Message:
removed excessive debug output

Index: resmgr.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/resmgr/resmgr.php,v
retrieving revision 1.69
retrieving revision 1.69.2.1
diff -u -d -r1.69 -r1.69.2.1
--- resmgr.php	31 May 2005 00:20:01 -0000	1.69
+++ resmgr.php	30 Aug 2005 19:03:35 -0000	1.69.2.1
@@ -975,7 +975,7 @@
 	$recurrence->setRangetype('none');
       }
       $exclusions = $itip->getAttribute('EXDATE');
-      myLog("exslusions=".print_r($exclusions,true), RM_LOG_DEBUG);
+      //myLog("exclusions=".print_r($exclusions,true), RM_LOG_DEBUG);
       if( !is_a( $exclusions, 'PEAR_Error' ) ) {
 	if( !is_array( $exclusions ) ) $exclusions = array( $exclusions );
 	foreach( $exclusions as $ex ) {





More information about the commits mailing list