alecpl
2008-11-16 14de18d5f4636ca86ed8cac4c8c725e07bd2ff79
program/include/rcube_result_set.php
@@ -39,11 +39,6 @@
    $this->first = (int)$f;
  }
  
  function rcube_result_set($c=0, $f=0)
  {
    $this->__construct($c, $f);
  }
  function add($rec)
  {
    $this->records[] = $rec;