]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-imprint.php
Code style changed, ext-user continued:
[mailer.git] / inc / extensions / ext-imprint.php
index dc936919dc9f67af2c78105a33437c5bbc3e82a6..f2f8bf5acfbd623f7399323c011345e218a74622 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * 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 *
@@ -47,7 +47,7 @@ setThisExtensionVersion('0.0.0');
 setExtensionVersionHistory(array('0.0.0'));
 
 // This extension is in development (non-productive)
-enableExtensionProductive(false);
+enableExtensionProductive(FALSE);
 
 switch (getExtensionMode()) {
        case 'register': // Do stuff when installation is running
@@ -71,7 +71,7 @@ switch (getExtensionMode()) {
 `imprint_key` VARCHAR(255) NOT NULL DEFAULT '',
 `imprint_value` VARCHAR(255) NOT NULL DEFAULT '',
 PRIMARY KEY (`imprint_id`),
-UNIQUE (`imprint_key`)",
+UNIQUE INDEX (`imprint_key`)",
                        'Imprint data');
 
                // Init imprint data