Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
4e09cb49
Commit
4e09cb49
authored
Feb 04, 2014
by
Marius Cramer
Browse files
Fixed strict warnings because of missing function argument
parent
e20f18f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
interface/web/mail/mail_user_stats.php
View file @
4e09cb49
...
...
@@ -55,7 +55,7 @@ class list_action extends listform_actions {
return
$rec
;
}
function
getQueryString
()
{
function
getQueryString
(
$no_limit
=
false
)
{
global
$app
;
$sql_where
=
''
;
...
...
interface/web/sites/web_sites_stats.php
View file @
4e09cb49
...
...
@@ -80,7 +80,7 @@ class list_action extends listform_actions {
$app
->
tpl
->
pparse
();
}
function
getQueryString
()
{
function
getQueryString
(
$no_limit
=
false
)
{
global
$app
;
$sql_where
=
''
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment