steffen: server/kolab-resource-handlers/kolab-resource-handlers/freebusy freebusy.class.php, 1.10, 1.11

cvs at intevation.de cvs at intevation.de
Tue Oct 26 15:44:23 CEST 2004


Author: steffen

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

Modified Files:
	freebusy.class.php 
Log Message:
fix for issue486 (fb timezone problem)

Index: freebusy.class.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/freebusy.class.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- freebusy.class.php	26 Oct 2004 00:33:04 -0000	1.10
+++ freebusy.class.php	26 Oct 2004 13:44:21 -0000	1.11
@@ -188,8 +188,8 @@
 	  continue;
 	}
 		
-	$vFb->addBusyPeriod('BUSY', $initial_start + FreeBusy::tzOffset($initial_start), 
-			    $initial_end + FreeBusy::tzOffset($initial_end), null, $extra);
+	$vFb->addBusyPeriod('BUSY', $initial_start/* + FreeBusy::tzOffset($initial_start)*/, 
+			    $initial_end/* + FreeBusy::tzOffset($initial_end)*/, null, $extra);
       }
     }
   





More information about the commits mailing list