stuart: server/kolab-resource-handlers/kolab-resource-handlers/freebusy freebusy.php, 1.14, 1.15

cvs at intevation.de cvs at intevation.de
Thu Jul 22 00:18:43 CEST 2004


Author: stuart

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

Modified Files:
	freebusy.php 
Log Message:
Typo


Index: freebusy.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/freebusy.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- freebusy.php	21 Jul 2004 21:09:50 -0000	1.14
+++ freebusy.php	21 Jul 2004 22:18:41 -0000	1.15
@@ -285,7 +285,7 @@
         }
 
         $uid = $event['uid'];
-        $summary = ($event_hash['sensitivity'] == 'public' ? $event['summary'] : '');
+        $summary = ($event['sensitivity'] == 'public' ? $event['summary'] : '');
 
         trigger_error("Looking at message with uid=$uid and summary=$summary", E_USER_NOTICE);
 





More information about the commits mailing list