Script rewritten to setConfigEntry(), getConfig() and incrementConfigEntry()
[mailer.git] / inc / modules / guest / action-online.php
index 3cc337bc613b37701b086369c0b58c85920edbd6..a9be0cc9d6d6a90bb1a89d7898c8269ad2d2255e 100644 (file)
@@ -52,8 +52,6 @@ $total      = SQL_NUMROWS($result_guests) + SQL_NUMROWS($result_members) + SQL_N
 if (getConfig('mad_count') < $total) {
        // Update counter
        UPDATE_CONFIG(array("mad_timestamp", "mad_count"), array(time(), $total));
-       $_CONFIG['mad_count'] = $total;
-       $_CONFIG['last_mad']  = time();
 } // END - if
 
 // Put all values in constants for the template