mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-22 21:40:28 +03:00
Update select_with_pagintation function logic
It always create $page['pagination.items'] as array
This commit is contained in:
parent
8ceb695d43
commit
c7182e840d
@ -114,7 +114,7 @@ function select_with_pagintation($fields, $table, $conditions, $order, $countfie
|
|||||||
array('return_rows' => Database::RETURN_ALL_ROWS)
|
array('return_rows' => Database::RETURN_ALL_ROWS)
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
$page['pagination.items'] = false;
|
$page['pagination.items'] = array();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user