]> git.mxchange.org Git - mailer.git/blobdiff - inc/weekly/weekly_surfbar.php
Re-added, now the right ones
[mailer.git] / inc / weekly / weekly_surfbar.php
index b2a160abb49f4b7bae2632fefd132b652330756d..3f9a8b49e09ab22fee7c4d84bacbe4cc4f32154f 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  :                                                  *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision:: 856                                                    $ *
+ * $Date::                                                            $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author::                                                          $ *
+ * Needs to be in all Files and every File needs "svn propset           *
+ * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2008 by Roland Haeder                           *
  * For more information visit: http://www.mxchange.org                  *
@@ -40,11 +45,11 @@ if (!defined('__SECURITY')) {
 }
 
 // Do not execute when script is in CSS mode or no daily reset
-if (($CSS == 1) || (!defined('__DAILY_RESET'))) return;
+if (($GLOBALS['output_mode'] == 1) || (!isResetModeEnabled())) return;
+//* DEBUG: */ echo basename(__FILE__)."<br />\n";
 
 // Reset the surfbar counter
 UPDATE_CONFIG("surfbar_weekly_counter", "0");
-$_CONFIG['surfbar_weekly_counter'] = 0;
 
 //
 ?>