]> git.mxchange.org Git - mailer.git/blobdiff - inc/stats-functions.php
Further fixes for all resets
[mailer.git] / inc / stats-functions.php
index c3f607114228cf869f5afaeb84391cfa5327a5b5..3fb184fe7a75d8b17e0586fa0c76043f0669eae8 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -55,7 +55,7 @@ function initStatsSystem () {
        } // END - if
 }
 
-// Checks if we have a statistics entry
+// Checks if a statistics entry has been set
 function isStatsEntrySet ($entry) {
        // Is there the entry?
        return (isset($GLOBALS['stats'][$entry]));