removed from call to limit_query because this didnt work

This commit is contained in:
bettina 2001-11-30 02:38:24 +00:00
parent 64b79607cb
commit 0517dbdc98

View File

@ -127,7 +127,7 @@
$sql = "SELECT * FROM phpgw_accounts $whereclause $orderclause"; $sql = "SELECT * FROM phpgw_accounts $whereclause $orderclause";
if ($offset) if ($offset)
{ {
$this->db->limit_query($sql,$start,__LINE__,__FILE__,$offset); $this->db->limit_query($sql,$start,__LINE__,__FILE__);
} }
elseif ($start) elseif ($start)
{ {