steffen: server/kolab-resource-handlers/kolab-resource-handlers/freebusy recurrence.class.php, 1.16, 1.17

cvs at intevation.de cvs at intevation.de
Fri Mar 18 12:59:11 CET 2005


Author: steffen

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

Modified Files:
	recurrence.class.php 
Log Message:
Issue243 (stupid typo)

Index: recurrence.class.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/recurrence.class.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- recurrence.class.php	21 Feb 2005 11:13:57 -0000	1.16
+++ recurrence.class.php	18 Mar 2005 11:59:09 -0000	1.17
@@ -64,7 +64,7 @@
 	   RM_LOG_DEBUG);
     switch( $this->cycle_type ) {
     case 'daily':
-      $this-expand_daily( $startstamp, $endstamp );
+      $this->expand_daily( $startstamp, $endstamp );
       break;
     case 'weekly':
       $this->expand_weekly( $startstamp, $endstamp );





More information about the commits mailing list