]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-cache_stats.php
A little better SQL, but still does not calculate correctly
[mailer.git] / inc / modules / admin / what-cache_stats.php
index dfa33c8949e02649a229448ef01ace49a81e5957..cedfb44fe2797ce09973e95b0e8f2d4727e061d5 100644 (file)
@@ -50,7 +50,7 @@ if (ifInternalStatsEnabled()) {
        $content['cache_perc'] = (getStatsEntry('cache_hits') / $content['total_hits'] * 100);
 
        // Load template
-       loadTemplate('admin_cache_stats', false, $content);
+       loadTemplate('admin_cache_stats', FALSE, $content);
 } else {
        // Deactivated, which is good for performance
        displayMessage('{--ADMIN_CACHE_DB_STATS_DEACTIVATED--}');