]> git.donarmstrong.com Git - roundcube.git/blobdiff - program/include/rcube_result_set.php
Imported Upstream version 0.2~stable
[roundcube.git] / program / include / rcube_result_set.php
index 7e968cd2b6ee422a7a44daee1ef45b7d5982075e..b3afe694c20c315f9bc3e446c52ceb6d46398847 100644 (file)
@@ -39,11 +39,6 @@ class rcube_result_set
     $this->first = (int)$f;
   }
   
-  function rcube_result_set($c=0, $f=0)
-  {
-    $this->__construct($c, $f);
-  }
-  
   function add($rec)
   {
     $this->records[] = $rec;