<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -120,6 +120,8 @@ class Phly_Twitter_Search extends Zend_Http_Client
                     $_query[$key] = $param;
                     break;
                 case 'rpp':
+                    $_query[$key] = (intval($param) &gt; 100) ? 100 : intval($param);
+                    break;
                 case 'since_id':
                 case 'page':
                     $_query[$key] = intval($param);</diff>
      <filename>library/Phly/Twitter/Search.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6ac8637f450ad79c7353291b914015ddc57dfb04</id>
    </parent>
  </parents>
  <author>
    <name>Sid Highwind</name>
    <email>sidhighwind@peter.(none)</email>
  </author>
  <url>http://github.com/sidhighwind/phly_twitter/commit/46be291510a7e1340214a42a83d7b88200f6e76d</url>
  <id>46be291510a7e1340214a42a83d7b88200f6e76d</id>
  <committed-date>2008-10-30T18:02:18-07:00</committed-date>
  <authored-date>2008-10-30T18:02:18-07:00</authored-date>
  <message>Added hard limit to rpp in search</message>
  <tree>7d05840f086b1694e6836b0b72d9dcd91746b84b</tree>
  <committer>
    <name>Sid Highwind</name>
    <email>sidhighwind@peter.(none)</email>
  </committer>
</commit>
