Skip to content
Snippets Groups Projects
Commit 4e09cb49 authored by Marius Cramer's avatar Marius Cramer
Browse files

Fixed strict warnings because of missing function argument

parent e20f18f3
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ class list_action extends listform_actions {
return $rec;
}
function getQueryString() {
function getQueryString($no_limit = false) {
global $app;
$sql_where = '';
......
......@@ -80,7 +80,7 @@ class list_action extends listform_actions {
$app->tpl->pparse();
}
function getQueryString() {
function getQueryString($no_limit = false) {
global $app;
$sql_where = '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment