<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -24,12 +24,12 @@ class OndiRequest {
     curl_setopt($this-&gt;handler, CURLOPT_RETURNTRANSFER  ,1);
     curl_setopt($this-&gt;handler, CURLOPT_VERBOSE, 0);
     $x= curl_version();
-    $agent= sprintf(&quot;ondi.ro PHP-cURL 0.1/(PHP:%s, cURL:%s) +http://ondi.ro/clients.html&quot;, PHP_VERSION, $x['version']);
+    $agent= sprintf(&quot;ondi.ro PHP-cURL 0.2/(PHP:%s, cURL:%s, API: 0.5) +http://ondi.ro/clients.html&quot;, PHP_VERSION, $x['version']);
     curl_setopt($this-&gt;handler, CURLOPT_USERAGENT, $agent);
     curl_setopt($this-&gt;handler, CURLOPT_ENCODING, 'gzip,deflate');
   }
 
-  public function locate($name, $page = 1, $format=null) {
+  public function locate($name, $page= 1, $format= null) {
     $this-&gt;setup_format($format);
     $data= array(
       'api_key' =&gt; $this-&gt;api_key,
@@ -39,7 +39,7 @@ class OndiRequest {
     return $this-&gt;get('/api/locate', $data);
   }
 
-  public function reverse($lat, $long, $radius=2.0, $page = 1, $format=null) {
+  public function reverse($lat, $long, $radius= 2.0, $page= 1, $format= null) {
     $this-&gt;setup_format($format);
     $data= array(
       'api_key'   =&gt; $this-&gt;api_key,
@@ -51,7 +51,7 @@ class OndiRequest {
     return $this-&gt;get('/api/reverse', $data);
   }
 
-  public function where($text, $page = 1, $format=null) {
+  public function where($text, $page= 1, $format= null) {
     $this-&gt;setup_format($format);
     $data= array(
       'api_key' =&gt; $this-&gt;api_key,</diff>
      <filename>php-curl/ondi.ro.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d96c0908ab0371bdc6d3bfbfa4dcb343ede2651f</id>
    </parent>
  </parents>
  <author>
    <name>aurelian</name>
    <email>aurelian@locknet.ro</email>
  </author>
  <url>http://github.com/aurelian/ondi.ro/commit/4abf78bddbcc198c5b57edb4e39a9c60ab9303e0</url>
  <id>4abf78bddbcc198c5b57edb4e39a9c60ab9303e0</id>
  <committed-date>2009-07-02T15:35:38-07:00</committed-date>
  <authored-date>2009-07-02T15:35:38-07:00</authored-date>
  <message> * let's have the version in user-agent string</message>
  <tree>f129b654a5aae2509d5ad90769c88fe7a59d4bf8</tree>
  <committer>
    <name>aurelian</name>
    <email>aurelian@locknet.ro</email>
  </committer>
</commit>
