steffen: server/kolab-resource-handlers/kolab-resource-handlers/freebusy freebusy.php, 1.24, 1.25

cvs at intevation.de cvs at intevation.de
Tue Sep 21 16:39:07 CEST 2004


Author: steffen

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

Modified Files:
	freebusy.php 
Log Message:
Issue411

Index: freebusy.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/freebusy.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- freebusy.php	16 Sep 2004 14:52:24 -0000	1.24
+++ freebusy.php	21 Sep 2004 14:39:05 -0000	1.25
@@ -294,6 +294,9 @@
             trigger_error("Ignoring event with uid=$uid", E_USER_NOTICE);
             continue;
         }
+	if( strtolower(trim($event['show-time-as'])) == 'free' ) {
+	    continue;
+	}
 
         $summary = ($event['sensitivity'] == 'public' ? $event['summary'] : '');
 





More information about the commits mailing list