ftimme
2013-01-16 08cc7f673c377bf88897743e340097e93f1e95f4
interface/lib/classes/simplepie.inc.php
@@ -10865,7 +10865,7 @@
      return $output . $data;
   }
   function parse_date($dt)
   static function parse_date($dt)
   {
      $parser = SimplePie_Parse_Date::get();
      return $parser->parse($dt);
@@ -12151,7 +12151,7 @@
      }
      else
      {
         $this->query = $this->replace_invalid_with_pct_encoding($query, 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-._~!$\'()*+,;:@/?');
         $this->query = $this->replace_invalid_with_pct_encoding($query, 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-._~!$\'()*+,;:@/?&=');
      }
      $this->valid[__FUNCTION__] = true;
      return true;
@@ -13065,7 +13065,7 @@
    *
    * @access public
    */
   function get()
   static function get()
   {
      static $object;
      if (!$object)