]> git.mxchange.org Git - mailer.git/blobdiff - inc/weekly/weekly_surfbar.php
File renamed to naming convention, ext-repair continued:
[mailer.git] / inc / weekly / weekly_surfbar.php
index 70e64eb7f3a18b7bcfa846c3b2cc4b564cc52dd5..c8270a6ff614fc2fe54bdaf647a058853c1d43c5 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -46,8 +46,14 @@ if (!defined('__SECURITY')) {
        return;
 }
 
+// Debug line
+//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Weekly reset started.');
+
 // Reset the surfbar counter
 updateConfiguration('surfbar_weekly_counter', 0);
 
+// Debug line
+//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Weekly reset ended.');
+
 // [EOF]
 ?>