added to the call to limit_query because this worked ;)

This commit is contained in:
bettina 2001-11-30 02:49:04 +00:00
parent 0517dbdc98
commit b65f4bcb29

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__); $this->db->limit_query($sql,$start,__LINE__,__FILE__,$offset);
} }
elseif ($start) elseif ($start)
{ {