- Daily/weekly/monthly reset completely rewritten
[mailer.git] / inc / extensions / ext-newsletter.php
index 4b625bc6d6452de83b2b74f16ab0b38e0d44b42c..14fdc3907351769511477d74db0d6d56c13db7d1 100644 (file)
@@ -129,8 +129,6 @@ case "update": // Update an extension
                break;
 
        case "0.1.0": // SQL queries for v0.2.1
-               $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_config ADD nl_month CHAR(2) NOT NULL DEFAULT '".date("m", time())."'";
-
                // Update notes (these will be set as task text!)
                $UPDATE_NOTES = "Nur bei installierter Erweiterung <STRONG>html_mail</STRONG> k&ouml;nnen Sie auch HTML-Mails versenden.";
                break;