]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-cache_stats.php
mailer project continued:
[mailer.git] / inc / modules / admin / what-cache_stats.php
index 589d69ae2a824e2f0aaec36cc5973a5a5dec0512..dfa33c8949e02649a229448ef01ace49a81e5957 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -46,8 +46,6 @@ addYouAreHereLink('admin', __FILE__);
 // Activated?
 if (ifInternalStatsEnabled()) {
        // Prepare data for the template
-       $content['db_hits']    = getStatsEntry('db_hits');
-       $content['cache_hits'] = getStatsEntry('cache_hits');
        $content['total_hits'] = (getStatsEntry('db_hits') + getStatsEntry('cache_hits'));
        $content['cache_perc'] = (getStatsEntry('cache_hits') / $content['total_hits'] * 100);