alecpl
2008-08-21 95987c3943bed445555c0dc84986a56792f7ac4c
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;