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;