From: Roland Häder Date: Wed, 11 Mar 2009 19:43:41 +0000 (+0000) Subject: Removed invalid update of ext-user X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8c0e97fddbcbf8f00c4a3366dc9eafd96daf5a4e;p=mailer.git Removed invalid update of ext-user --- diff --git a/inc/extensions/ext-user.php b/inc/extensions/ext-user.php index 4a6a3856d2..ba552a6596 100644 --- a/inc/extensions/ext-user.php +++ b/inc/extensions/ext-user.php @@ -203,13 +203,12 @@ case "update": // Update an extension break; case "0.1.1": // SQL queries for v0.1.1 - ADD_EXT_SQL("UPDATE `{!_MYSQL_PREFIX!}_extensions` SET `ext_has_css`='Y' WHERE `ext_name`='user' AND `ext_has_css`='N' LIMIT 1"); - // This update depends on sql_patches update! EXT_ADD_UPDATE_DEPENDS("sql_patches"); // Update notes (these will be set as task text!) - EXT_SET_UPDATE_NOTES("CSS-Datei kann per Admin-Bereich ein- und ausgeschaltet werden."); + EXT_SET_UPDATE_NOTES("Ungültiges Update."); + break; case "0.1.2": // SQL queries for v0.1.2 ADD_EXT_SQL("ALTER TABLE `{!_MYSQL_PREFIX!}_user_data` ADD `mails_confirmed` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0");