forked from extern/egroupware
Fix historylog pagination, found by Filippos Karailanidis
This commit is contained in:
parent
f63e7afa3d
commit
c1faf8329d
@ -279,10 +279,7 @@ class History
|
|||||||
}
|
}
|
||||||
$rows[] = Api\Db::strip_array_keys($row,'history_');
|
$rows[] = Api\Db::strip_array_keys($row,'history_');
|
||||||
}
|
}
|
||||||
if ($mysql_calc_rows)
|
$total = $GLOBALS['egw']->db->union($_query,__LINE__,__FILE__)->NumRows();
|
||||||
{
|
|
||||||
$total = $GLOBALS['egw']->db->query('SELECT FOUND_ROWS()')->fetchColumn();
|
|
||||||
}
|
|
||||||
|
|
||||||
return $total;
|
return $total;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user