]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-sponsor.php
Typo and SQL fixes
[mailer.git] / inc / extensions / ext-sponsor.php
index 6de2f5d4e373ca4154df0603e837bd0eab790212..9508e428af74cbfd860685ee6e8b857ec855b365 100644 (file)
@@ -154,7 +154,7 @@ INDEX (`ext_name`)",
 `title` VARCHAR(255) NOT NULL DEFAULT '',
 `active` ENUM('Y','N') NOT NULL DEFAULT 'N',
 `sort` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
-PRIMARY KEY (`id`)
+PRIMARY KEY (`id`),
 UNIQUE `action_what` (`action`, `what`),
 UNIQUE (`what`),
 INDEX (`action`)",