]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-newsletter.php
Some words rewritten
[mailer.git] / inc / extensions / ext-newsletter.php
index 3a81974a5a72106ffe224b7726c3d8d79a69d385..f3ee17bd03b19e4b48a44ed79a2d8b1311aa358e 100644 (file)
@@ -179,7 +179,7 @@ INDEX `newsletter_id` (`nl_id`)",
 `nl_order_placed` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
 `nl_order_accepted` ENUM('Y','N') NOT NULL DEFAULT 'N',
 PRIMARY KEY (`nl_order_id`),
-UNIQUE KEY `sponsor_nl_topic` (`nl_sponsor_id`,`nl_id`,`nl_topic_id`),
+UNIQUE KEY `sponsor_nl_topic` (`nl_sponsor_id`, `nl_id`, `nl_topic_id`),
 INDEX `topic` (`nl_topic_id`)",
                                        'Newsletter orders');