X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-imprint.php;h=f2f8bf5acfbd623f7399323c011345e218a74622;hb=6401e072bebcbf06f028ebd090979e83826d494a;hp=dc936919dc9f67af2c78105a33437c5bbc3e82a6;hpb=a18efdcd57ba91893f0958a457b5c58639b135c3;p=mailer.git diff --git a/inc/extensions/ext-imprint.php b/inc/extensions/ext-imprint.php index dc936919dc..f2f8bf5acf 100644 --- a/inc/extensions/ext-imprint.php +++ b/inc/extensions/ext-imprint.php @@ -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