]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-network.php
This debug message was to noisy but it is needed in development (where debug-mode...
[mailer.git] / inc / extensions / ext-network.php
index 20a82f834edb9f011bf775f5fa1e2b8d845913d4..7ca36e8b6ccb57548bee15582aad847a1d0a9c4f 100644 (file)
@@ -42,7 +42,7 @@
  * @TODO Yoo!Media: What is LayerAd compared to Layer click?            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -92,7 +92,7 @@ switch (getExtensionMode()) {
 `network_query_amount` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
 `network_active` ENUM('Y','N') NOT NULL DEFAULT 'Y',
 PRIMARY KEY (`network_id`),
-UNIQUE (`network_short_name`)",
+UNIQUE INDEX (`network_short_name`)",
                        'Network data');
 
                // Types the network provider is supporting (e.g. Forced-Banner and so on)
@@ -167,7 +167,7 @@ UNIQUE INDEX `provider_type` (`network_id`, `network_vcheck_error_type`)",
 `network_translation_id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
 `network_translation_name` VARCHAR(100) NOT NULL DEFAULT '',
 PRIMARY KEY (`network_translation_id`),
-UNIQUE (`network_translation_name`)",
+UNIQUE INDEX (`network_translation_name`)",
                        'Translations for array keys, generic data, DO NOT ALTER!');
 
                // Array-Element translation tables per type/provider