Marius Cramer
2014-02-04 4e09cb4988468fdd1c3e5d0b6f5e9910cfe4be3e
Fixed strict warnings because of missing function argument
2 files modified
4 ■■■■ changed files
interface/web/mail/mail_user_stats.php 2 ●●● patch | view | raw | blame | history
interface/web/sites/web_sites_stats.php 2 ●●● patch | view | raw | blame | history
interface/web/mail/mail_user_stats.php
@@ -55,7 +55,7 @@
        return $rec;
    }
    function getQueryString() {
    function getQueryString($no_limit = false) {
        global $app;
        $sql_where = '';
interface/web/sites/web_sites_stats.php
@@ -80,7 +80,7 @@
        $app->tpl->pparse();
    }
    function getQueryString() {
    function getQueryString($no_limit = false) {
        global $app;
        $sql_where = '';