mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Fix to use new limit_query() parameters
This commit is contained in:
parent
245deb3382
commit
c0ea75e678
@ -504,7 +504,7 @@
|
|||||||
|
|
||||||
if ($start && $limit)
|
if ($start && $limit)
|
||||||
{
|
{
|
||||||
$this->db->limit_query($sql,array($start,$limit),__LINE__,__FILE__);
|
$this->db->limit_query($sql,$start,__LINE__,__FILE__,$limit);
|
||||||
}
|
}
|
||||||
elseif (!$limit)
|
elseif (!$limit)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user