X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-sql_patches.php;h=f869145137e73f37af8d49ef346b5aaba6c3e094;hp=e350aca173be2fa041b3802e9423842516c83301;hb=ae64f8d8d403a8e4990f484d14aad36722e1da51;hpb=b0cde844dd14cfd237a2a690129f1e5aa9470c0a diff --git a/inc/extensions/ext-sql_patches.php b/inc/extensions/ext-sql_patches.php index e350aca173..f869145137 100644 --- a/inc/extensions/ext-sql_patches.php +++ b/inc/extensions/ext-sql_patches.php @@ -215,7 +215,7 @@ case "update": // Update an extension $SQLs[] = "ALTER TABLE `"._MYSQL_PREFIX."_config` ADD index_cookie BIGINT(20) UNSIGNED NOT NULL DEFAULT ".(getConfig('one_day')*365).""; // Update notes (these will be set as task text!) - $UPDATE_NOTES = "Sie können nun hier die Verzögerungszeit in der Eingangsseite einstellen."; + $UPDATE_NOTES = "Sie können nun hier die Verzögerungszeit in der Eingangsseite einstellen."; break; case "0.1.2": // SQL queries for v0.1.2