]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-country.php
Extension ext-network continued:
[mailer.git] / inc / extensions / ext-country.php
index a8a8fe739294ff1da0fd5c1219d5d322cdb65b9e..1f3466aa979b383c0bd5b233e039451554719e33 100644 (file)
@@ -17,7 +17,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -59,7 +59,7 @@ switch (getExtensionMode()) {
 `descr` VARCHAR(255) NOT NULL DEFAULT 'Deutschland',
 `is_active` ENUM('Y','N') NOT NULL DEFAULT 'N',
 PRIMARY KEY (`id`),
-UNIQUE KEY (`code`)",
+UNIQUE (`code`)",
                        'Country codes and their full-length descriptions');
 
                // Insert first (Germany) country