From: Roland Häder Date: Thu, 15 Sep 2011 22:19:24 +0000 (+0000) Subject: Typos fixed, minor cleanup in inc/config-global.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=83936cb5b591adaebead6c51dc8756e8379d555d;p=mailer.git Typos fixed, minor cleanup in inc/config-global.php --- diff --git a/inc/config-global.php b/inc/config-global.php index f43e484d1e..038d1dec8b 100644 --- a/inc/config-global.php +++ b/inc/config-global.php @@ -101,8 +101,8 @@ setConfigEntry('CACHE_PATH', 'inc/cache/'); // CFG: INTERNAL-STATS (This setting is overwritten by ext-other equal and prior version 0.2.7) setConfigEntry('internal_stats', 'N'); -// GLOBAL: DEBUG-TEMPLATE-CACHE -setConfigEntry('DEBUG_TEMPLATE_CACHE', 'N'); +// CFG: DEBUG-TEMPLATE-CACHE +setConfigEntry('DEBUG_TEMPLATE_CACHE', 'Y'); // CFG: SALT-LENGTH setConfigEntry('salt_length', 10); diff --git a/inc/extensions/ext-sql_patches.php b/inc/extensions/ext-sql_patches.php index fad4c45d8b..b51faa1b57 100644 --- a/inc/extensions/ext-sql_patches.php +++ b/inc/extensions/ext-sql_patches.php @@ -130,7 +130,7 @@ IN ( addConfigAddSql('points_word', "VARCHAR(255) NOT NULL DEFAULT '{OPEN_TEMPLATE}DEFAULT_POINTS{CLOSE_TEMPLATE}'"); // Update notes (these will be set as task text!) - setExtensionUpdateNotes("Das Wort "Punkte" kann nun per Datenbank geändert werden. Damit können Sie anstelle des Wortes Punkte auch Klammlose, Wernis, Primera oder € schreiben."); + setExtensionUpdateNotes("Das Wort "Punkte" kann nun per Datenbank geändert werden. Damit können anstelle des Wortes Punkte auch Klammlose, Wernis, Primera und auch € geschrieben werden."); break; case '0.0.4': // SQL queries for v0.0.4 @@ -881,7 +881,7 @@ INDEX (`history_last_used` DESC)", addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_points_data` SET `payment_method`='REFERRAL' WHERE `payment_method`='REFERAL'"); // Update notes (these will be set as task text!) - setExtensionUpdateNotes("Uralten Konfigurationseintrag entfernt."); + setExtensionUpdateNotes("Referral, REFERRAL soll es überall heissen (ist ein Typo nur mit einem R zu schreiben)."); break; case '0.8.7': // SQL queries for v0.8.7