steffen: server/kolab-resource-handlers/kolab-resource-handlers/resmgr resmgr.php, 1.49, 1.50

cvs at intevation.de cvs at intevation.de
Mon Nov 15 14:45:57 CET 2004


Author: steffen

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

Modified Files:
	resmgr.php 
Log Message:
Fix for Issue527 (location missing in xml)

Index: resmgr.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/resmgr/resmgr.php,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- resmgr.php	5 Nov 2004 11:11:01 -0000	1.49
+++ resmgr.php	15 Nov 2004 13:45:55 -0000	1.50
@@ -710,6 +710,11 @@
         $itip->getAttributeDefault('SUMMARY', '')
     ));
 
+    $kolab_node = $kolab_event->append_child($kolab_xml->create_element('location'));
+    $kolab_node->append_child($kolab_xml->create_text_node(
+        $itip->getAttributeDefault('LOCATION', '')
+    ));
+
     $kolab_node = $kolab_event->append_child($kolab_xml->create_element('body'));
     $kolab_node->append_child($kolab_xml->create_text_node(
         $itip->getAttributeDefault('DESCRIPTION', '')





More information about the commits mailing list