increased limit back to 30

This commit is contained in:
Sebastian Grewe 2013-07-31 17:11:26 +02:00
parent 68c8d29a01
commit 60bf687d1c

View File

@ -10,7 +10,7 @@ if (!$user->isAuthenticated() || !$user->isAdmin($_SESSION['USERDATA']['id'])) {
}
if (!$smarty->isCached('master.tpl', $smarty_cache_key)) {
$iLimit = 4;
$iLimit = 30;
$debug->append('No cached version available, fetching from backend', 3);
$aTransactions = $transaction->getAllTransactions(@$_REQUEST['start'], @$_REQUEST['filter'], $iLimit);
$iCountTransactions = $transaction->num_rows;