steffen: server/kolab-resource-handlers/kolab-resource-handlers/resmgr resmgr.php, 1.32, 1.33

cvs at intevation.de cvs at intevation.de
Tue Oct 12 11:56:32 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/resmgr
In directory doto:/tmp/cvs-serv28025/kolab-resource-handlers/resmgr

Modified Files:
	resmgr.php 
Log Message:
pass thru anything that is not an event

Index: resmgr.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/resmgr/resmgr.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- resmgr.php	11 Oct 2004 19:10:22 -0000	1.32
+++ resmgr.php	12 Oct 2004 09:56:30 -0000	1.33
@@ -910,8 +910,9 @@
 // Get the event details out of the iTip request
 $itip = &$iCalendar->findComponent('VEVENT');
 if ($itip === false) {
-    myLog('No VEVENT found in iCalendar data', RM_LOG_ERROR);
-    shutdown(1, 'No VEVENT found in iCalendar data' );
+    myLog("No VEVENT found in iCalendar data, Passing through to $resource");
+    sendSMTP($sender, $resource, $requestText);
+    shutdown(0);
 }
 
 // What is the request's method? i.e. should we create a new event/cancel an





More information about the commits mailing list