X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-country.php;h=a74596f2ac497b4bdfb5c668cd20876e19be5b6f;hb=8401d620295d27ad2c7804da2a593bba1ac6ff47;hp=e2c8df89cb7faeb57862b7b622c342faebdaa32a;hpb=aa106991e88b0dab33bf2a2d2409638e26a4c656;p=mailer.git diff --git a/inc/extensions/ext-country.php b/inc/extensions/ext-country.php index e2c8df89cb..a74596f2ac 100644 --- a/inc/extensions/ext-country.php +++ b/inc/extensions/ext-country.php @@ -66,7 +66,7 @@ PRIMARY KEY(id) $SQLs[] = "INSERT INTO "._MYSQL_PREFIX."_admin_menu (`action`,`what`,`title`,`descr`,`sort`) VALUES ('country','list_country','Verwalten','Hinzufügen, Ändern und Löschen von Ländercodes.', 1)"; // Add entry to user table - $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_user_data ADD country_code BIGINT(20) UNSIGNED NOT NULL DEFAULT '1'"; + $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_user_data ADD country_code BIGINT(20) UNSIGNED NOT NULL DEFAULT 1"; break; case "remove": // Do stuff when removing extension @@ -114,9 +114,6 @@ default: // Do stuff when extension is loaded break; } -// Language file prefix -$EXT_LANG_PREFIX = "country"; - // Keep this extension always active! $EXT_ALWAYS_ACTIVE = "Y";