ADD UNIQUE ... what? INDEX now. And auto-unregistration of missing filter functions...
[mailer.git] / inc / extensions / ext-sponsor.php
index 43ffd192616d4b7abf72d2533234a9e02950611b..f82a2a697a42e2c9a98be524cd1383a8427ca16e 100644 (file)
@@ -155,7 +155,7 @@ INDEX (`ext_name`)",
 `active` ENUM('Y','N') NOT NULL DEFAULT 'N',
 `sort` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
 PRIMARY KEY (`id`),
-UNIQUE `action_what` (`action`,`what`),
+UNIQUE INDEX `action_what` (`action`,`what`),
 UNIQUE (`what`),
 INDEX (`action`)",
                        'Sponsor menu');