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

cvs at intevation.de cvs at intevation.de
Thu Jul 15 23:09:54 CEST 2004


Author: stuart

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

Modified Files:
	freebusy.php 
Log Message:
Non-public events should still show up in the free/busy list


Index: freebusy.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/freebusy.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- freebusy.php	15 Jul 2004 20:26:03 -0000	1.10
+++ freebusy.php	15 Jul 2004 21:09:52 -0000	1.11
@@ -192,10 +192,15 @@
         return false;
     }
 
+
+    /*
+    This does not apply here - non-public events should still show up in the vfb
+
     // Make sure we're allowed to view this event
     if (!empty($event_hash['sensitivity']) && $event_hash['sensitivity'] != 'public') {
         return false;
     }
+    */
 
     // Set the summary if it's not present, so we don't get PHP warnings
     // about accessing non-present keys





More information about the commits mailing list