<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,4 @@
 &lt;?php
-/* - Not managed by main SVN - */
-
 /**
  * Automagically handles requests for autocomplete fields
  *
@@ -100,13 +98,13 @@ class AutocompleteComponent extends Object {
 				}
 			}
 			$elements = array_unique($elements);
-			e(&quot;&lt;ul&gt;\n&quot;);
+			echo &quot;&lt;ul&gt;\n&quot;;
 			foreach($elements as $element){
-				e(&quot;\t&lt;li&gt;&quot;.$element.&quot;&lt;/li&gt;\n&quot;);
+				echo &quot;\t&lt;li&gt;&quot;.$element.&quot;&lt;/li&gt;\n&quot;;
 			}
-			e(&quot;&lt;/ul&gt;\n&quot;);
+			echo &quot;&lt;/ul&gt;\n&quot;;
 		}
 
 		exit();
 	}
-}
\ No newline at end of file
+}</diff>
      <filename>controllers/components/autocomplete.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>60eae36f21dad2d606b6d2af6a80cd0b8d83badc</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Hofstetter</name>
    <email>daniel.hofstetter@42dh.com</email>
  </author>
  <url>http://github.com/cakebaker/autocomplete-component/commit/42b927640b59223abc9fd46c2de6fe70ce57db8e</url>
  <id>42b927640b59223abc9fd46c2de6fe70ce57db8e</id>
  <committed-date>2009-09-18T08:31:24-07:00</committed-date>
  <authored-date>2009-09-18T08:31:24-07:00</authored-date>
  <message>Using &quot;echo&quot; instead of the e() function</message>
  <tree>c6539cdcc199b2341d4ce17cc991f61e29fc075a</tree>
  <committer>
    <name>Daniel Hofstetter</name>
    <email>daniel.hofstetter@42dh.com</email>
  </committer>
</commit>
