bh: server/kolab-resource-handlers/kolab-resource-handlers/resmgr resmgr.php, 1.69.2.4, 1.69.2.5

cvs at kolab.org cvs at kolab.org
Thu Aug 10 18:33:36 CEST 2006


Author: bh

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

Modified Files:
      Tag: kolab_2_0_branch
	resmgr.php 
Log Message:
Backport Fix for issue815 (unknown iTip methods)


Index: resmgr.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/resmgr/Attic/resmgr.php,v
retrieving revision 1.69.2.4
retrieving revision 1.69.2.5
diff -u -d -r1.69.2.4 -r1.69.2.5
--- resmgr.php	31 Jul 2006 17:32:31 -0000	1.69.2.4
+++ resmgr.php	10 Aug 2006 16:33:34 -0000	1.69.2.5
@@ -1116,6 +1116,7 @@
   $iCalendar = &getICal($sender,$resource);
   if( $iCalendar === false ) {
     // No iCal in mail
+    myLog("Could not parse iCalendar data, Passing through to $resource");
     return true;
   }
   // Get the event details out of the iTip request
@@ -1429,10 +1430,8 @@
   default:
     // We either don't currently handle these iTip methods, or they do not
     // apply to what we're trying to accomplish here
-    if (!$params['group']) {
-      myLog("Ignoring $method method");
-      return false;
-    }
+    myLog("Ignoring $method method and passing message through to $resource");
+    return true;
   }
 
   // Pass the message through to the group's mailbox





More information about the commits mailing list