]> git.mxchange.org Git - mailer.git/commitdiff
Typos fixed, minor cleanup in inc/config-global.php
authorRoland Häder <roland@mxchange.org>
Thu, 15 Sep 2011 22:19:24 +0000 (22:19 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 15 Sep 2011 22:19:24 +0000 (22:19 +0000)
inc/config-global.php
inc/extensions/ext-sql_patches.php

index f43e484d1ea251f2b6b3f81d9707ea878fd8952a..038d1dec8b60a7349dd748f448cee60f4749fd88 100644 (file)
@@ -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);
index fad4c45d8bf8ff5217a05d297e4b3893bddefce8..b51faa1b57f70cbfb4dd22ee4237f9dc2e6a5627 100644 (file)
@@ -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 &quot;Punkte&quot; kann nun per Datenbank ge&auml;ndert werden. Damit k&ouml;nnen Sie anstelle des Wortes Punkte auch Klammlose, Wernis, Primera oder &euro; schreiben.");
+                               setExtensionUpdateNotes("Das Wort &quot;Punkte&quot; kann nun per Datenbank ge&auml;ndert werden. Damit k&ouml;nnen anstelle des Wortes Punkte auch Klammlose, Wernis, Primera und auch &euro; 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 &uuml;berall heissen (ist ein Typo nur mit einem R zu schreiben).");
                                break;
 
                        case '0.8.7': // SQL queries for v0.8.7