wernis extension is now alpha code (only listing in admin area is missing), naming...
[mailer.git] / inc / reset / reset_daily.php
index ab015cec0019a378e7d3b40aa3e77776d9a2e19c..c3b99df313c413adebdc4001827b5ebdf2082230 100644 (file)
@@ -85,7 +85,7 @@ WHERE userid=%d AND ref_depth=%d LIMIT 1",
 SQL_FREERESULT($result_daily);
 
 // Save config value for later references
-$CONFIG['last_update'] = time();
+$_CONFIG['last_update'] = time();
 
 // Update database
 $result_daily = SQL_QUERY("UPDATE "._MYSQL_PREFIX."_config SET last_update=UNIX_TIMESTAMP()