steffen: server/kolab-resource-handlers/kolab-resource-handlers/freebusy freebusycollector.class.php, 1.6, 1.6.2.1

cvs at kolab.org cvs at kolab.org
Tue Oct 31 03:19:11 CET 2006


Author: steffen

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

Modified Files:
      Tag: kolab_2_0_branch
	freebusycollector.class.php 
Log Message:
applied change from issue1422

Index: freebusycollector.class.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/freebusycollector.class.php,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- freebusycollector.class.php	12 Jan 2005 02:51:04 -0000	1.6
+++ freebusycollector.class.php	31 Oct 2006 02:19:09 -0000	1.6.2.1
@@ -95,8 +95,6 @@
       /* No busy periods in fb list. We have to add a
        * dummy one to be standards compliant
        */
-      $vFb->setAttribute('DTSTART', 0, array(), false );
-      $vFb->setAttribute('DTEND', 0, array(), false );
       $vFb->setAttribute('COMMENT', 'This is a dummy vfreebusy that indicates an empty calendar');
       $vFb->addBusyPeriod( 'BUSY', 0,0, null );
     }
@@ -111,4 +109,4 @@
   var $vCal;
 };
 
-?>
\ No newline at end of file
+?>





More information about the commits mailing list