<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -27,7 +27,7 @@ function &amp; XML_unserialize(&amp;$xml){
 # XML_serialize: serializes any PHP data structure into XML
 # Takes one parameter: the data to serialize. Must be an array.
 ###################################################################################
-function &amp; XML_serialize(&amp;$data, $level = 0, $prior_key = NULL){
+function XML_serialize(&amp;$data, $level = 0, $prior_key = NULL){
 	if($level == 0){ ob_start(); echo '&lt;?xml version=&quot;1.0&quot; ?&gt;',&quot;\n&quot;; }
 	while(list($key, $value) = each($data))
 		if(!strpos($key, ' attr')) #if it's not an attribute
@@ -50,7 +50,7 @@ function &amp; XML_serialize(&amp;$data, $level = 0, $prior_key = NULL){
 				else echo &quot;&gt;\n&quot;,XML_serialize($value, $level+1),str_repeat(&quot;\t&quot;, $level),&quot;&lt;/$tag&gt;\n&quot;;
 			}
 	reset($data);
-	if($level == 0){ $str = &amp;ob_get_contents(); ob_end_clean(); return $str; }
+	if($level == 0){ $str = ob_get_contents(); ob_end_clean(); return $str; }
 }
 ###################################################################################
 # XML class: utility class to be used with PHP's XML handling functions</diff>
      <filename>xmlparser.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>351a00512c626c4902c7b3ae9ab66f1532c9024d</id>
    </parent>
  </parents>
  <author>
    <name>Kyle Slattery</name>
    <email>kyle@kyleslattery.com</email>
  </author>
  <url>http://github.com/viddler/phpviddler/commit/82f9beab194bbdb0acc42d65911c84bc292a9ea9</url>
  <id>82f9beab194bbdb0acc42d65911c84bc292a9ea9</id>
  <committed-date>2009-01-06T09:10:34-08:00</committed-date>
  <authored-date>2009-01-06T09:10:34-08:00</authored-date>
  <message>Fix notices in XML_serialize()</message>
  <tree>595175741966ec3d2e80c20d111d60cdf6a9c5c6</tree>
  <committer>
    <name>Kyle Slattery</name>
    <email>kyle@kyleslattery.com</email>
  </committer>
</commit>
