Wrapper function introduced, double-quotes converted to single:
[mailer.git] / inc / extensions / ext-birthday.php
index 064f69029522ee6e711f51393aa59b8b6906aa5f..5e469e418d827dd1b1e67eb97f9fcb21c632c621 100644 (file)
@@ -76,7 +76,7 @@ switch (getExtensionMode()) {
                                break;
 
                        case '0.2.0': // SQL queries for v0.2
-                               addConfigAddSql('birthday_points', "BIGINT(20) UNSIGNED NOT NULL DEFAULT 0");
+                               addConfigAddSql('birthday_points', 'BIGINT(20) UNSIGNED NOT NULL DEFAULT 0');
                                addDropTableSql('user_birthday');
                                addCreateTableSql('user_birthday', "(
 `id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,