X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fdaily%2Fdaily_surfbar.php;h=24b941d98a1eded783bc0d5ccee50b0f0bd80aaa;hb=5e7345f4959aacc2d5be0098f474770b483a0869;hp=b1d1db4cec00d3d3a3c597869844ccfa1397bcaf;hpb=32f930539d6b5cb5e603bece41277f3e5cca8fa9;p=mailer.git diff --git a/inc/daily/daily_surfbar.php b/inc/daily/daily_surfbar.php index b1d1db4cec..24b941d98a 100644 --- a/inc/daily/daily_surfbar.php +++ b/inc/daily/daily_surfbar.php @@ -42,12 +42,12 @@ if (!defined('__SECURITY')) { // Do not execute when script is in CSS mode or no daily reset return; } elseif (!isExtensionActive('surfbar')) { - logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension ext-surfbar disabled.'); + logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension ext-surfbar disabled'); return; } // Debug line -//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset started.'); +//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset started'); // Get value $counter = getConfig('surfbar_daily_counter'); @@ -58,7 +58,7 @@ setConfigEntry('surfbar_daily_counter' , 0); setConfigEntry('surfbar_yester_counter', $counter); // Debug line -//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset ended.'); +//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset ended'); // [EOF] ?>