gunnar: server/php-kolab/Kolab_Freebusy/Freebusy freebusy.class.php, 1.2, 1.3

cvs at kolab.org cvs at kolab.org
Thu Aug 16 09:32:13 CEST 2007


Author: gunnar

Update of /kolabrepository/server/php-kolab/Kolab_Freebusy/Freebusy
In directory doto:/tmp/cvs-serv29018/Freebusy

Modified Files:
	freebusy.class.php 
Log Message:
Fix a syntax error.

Index: freebusy.class.php
===================================================================
RCS file: /kolabrepository/server/php-kolab/Kolab_Freebusy/Freebusy/freebusy.class.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- freebusy.class.php	13 Aug 2007 09:41:09 -0000	1.2
+++ freebusy.class.php	16 Aug 2007 07:32:11 -0000	1.3
@@ -417,7 +417,7 @@
           }
       } else {
           require_once 'Horde/DOM.php';
-          $xmldoc =  = Horde_DOM_Document::factory(array('xml' => $xml_text));
+          $xmldoc = Horde_DOM_Document::factory(array('xml' => $xml_text));
       }
 
       $noderoot = $xmldoc->document_element();





More information about the commits mailing list