Skip to content

Commit 4e09cb4

Browse files
author
Marius Cramer
committed
Fixed strict warnings because of missing function argument
1 parent e20f18f commit 4e09cb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

interface/web/mail/mail_user_stats.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function prepareDataRow($rec)
5555
return $rec;
5656
}
5757

58-
function getQueryString() {
58+
function getQueryString($no_limit = false) {
5959
global $app;
6060
$sql_where = '';
6161

interface/web/sites/web_sites_stats.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function onShowEnd()
8080
$app->tpl->pparse();
8181
}
8282

83-
function getQueryString() {
83+
function getQueryString($no_limit = false) {
8484
global $app;
8585
$sql_where = '';
8686

0 commit comments

Comments
 (0)