]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-online.php
Unconfirmed mails in member area requires active mailid extension
[mailer.git] / inc / modules / guest / action-online.php
index 83a4079d60af37e3f18c1cc6751ff5dd2e74ad5b..a030f9eff216dcbdbbc3eaad33caab411a7056b7 100644 (file)
@@ -54,7 +54,7 @@ if ($_CONFIG['mad_counter'] < $total)
        // Update counter
        $_CONFIG['mad_counter'] = $total;
        $_CONFIG['last_mad']    = time();
-       $result_mad = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_config SET mad_timestamp=%d, mad_count='%s' WHERE config=0 LIMIT 1",
+       $result_mad = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_config SET mad_timestamp=%s, mad_count='%s' WHERE config=0 LIMIT 1",
         array($_CONFIG['last_mad'], $_CONFIG['mad_counter']), __FILE__, __LINE__);
 
        // Destroy cache
@@ -71,7 +71,7 @@ LOAD_TEMPLATE("online_now");
 if (EXT_IS_ACTIVE("active"))
 {
        // Add link to "we were active today" page
-       LOAD_TEMPLATE("guest_menu_bottom", false, "<A class=\"menu_blur\" href=\"".URL."/modules.php?module=index&amp;what=active\">".$_CONFIG['middot'].GUEST_ACTIVE_LINK."</A>");
+       LOAD_TEMPLATE("guest_menu_bottom", false, "<A class=\"menu_blur\" href=\"".URL."/modules.php?module=index&amp;what=active\">".$_CONFIG['menu_blur_spacer'].GUEST_ACTIVE_LINK."</A>");
 }
 
 //