]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-stats_mods.php
Several more constants rewritten to getConfig()
[mailer.git] / inc / modules / admin / what-stats_mods.php
index 35c27142665b38015a6f7bdd9408a83c92972c78..517ef6349d7650cbdf80fa0c46b980979aa52e46 100644 (file)
@@ -62,7 +62,7 @@ if ((REQUEST_GET('mod') == 'index') || (REQUEST_GET('mod') == 'login')) {
 
        // Load module's detail statistic
        $result = SQL_QUERY_ESC("SELECT action, title, counter FROM `{!_MYSQL_PREFIX!}_%s_menu` WHERE `what` != '' AND `what` IS NOT NULL ORDER BY counter DESC",
-               array($mod), __FILE__, __LINE__);
+       array($mod), __FILE__, __LINE__);
        $OUT = ''; $SW = 2;
        while ($content = SQL_FETCHARRAY($result)) {
                // Add color switch
@@ -90,7 +90,7 @@ if ((REQUEST_GET('mod') == 'index') || (REQUEST_GET('mod') == 'login')) {
 
                if (($content['module'] == 'index') || ($content['module'] == 'login')) {
                        // Add link to detail statistics
-                       $content['module'] = "<strong><a href=\"{!URL!}/modules.php?module=admin&amp;what=stats_mods&amp;mod=".$content['module']."\">".$content['module']."</a></strong>";
+                       $content['module'] = "<strong><a href=\"{?URL?}/modules.php?module=admin&amp;what=stats_mods&amp;mod=".$content['module']."\">".$content['module']."</a></strong>";
                } // END - if
 
                // Add color switch