steffen: server/kolab-resource-handlers/kolab-resource-handlers/freebusy recurrence.class.php, 1.1, 1.2

cvs at intevation.de cvs at intevation.de
Mon Nov 1 03:33:29 CET 2004


Author: steffen

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy
In directory doto:/tmp/cvs-serv22123/kolab-resource-handlers/kolab-resource-handlers/freebusy

Modified Files:
	recurrence.class.php 
Log Message:
recurrence stuff + versions

Index: recurrence.class.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/recurrence.class.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- recurrence.class.php	31 Oct 2004 21:02:19 -0000	1.1
+++ recurrence.class.php	1 Nov 2004 02:33:27 -0000	1.2
@@ -29,7 +29,7 @@
   
   function expand( $startstamp, $endstamp ) {
     $duration = $this->initial_end-$this->initial_start;
-    myLog( "Recurring event ".$summary." recurring cycle ".$rec['cycle'], RM_LOG_DEBUG );	
+    myLog( "Recurrence::expand( $startstamp, $endstamp )", RM_LOG_DEBUG );	
     switch( $this->cycle_type ) {
     case 'daily':
       // Daily recurrence, every 'interval' days
@@ -164,7 +164,7 @@
 
   /* Abstract function, please override */
   function setBusy( $start, $end, $duration ) {
-    echo "Warning: Abstract method Recurrence::setBusy( $start, $end, $duration ) called\n";
+    mylog( "Warning: Abstract method Recurrence::setBusy( $start, $end, $duration ) called", RM_LOG_ERROR);
   }
 
   var $initial_start = NULL; // timestamp





More information about the commits mailing list