]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-autopurge.php
Extension ext-repair extended, outdated calls DEBUG_LOG() fixed:
[mailer.git] / inc / extensions / ext-autopurge.php
index c2514e9397f1ca97dd8062ab801e39cfd73eb289..49cd3b9d0a52e9e6d98c92ffcbd1908bfaaaa08b 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 05/29/2004 *
- * ================                             Last change: 01/07/2005 *
+ * Mailer v0.2.1-FINAL                                Start: 05/29/2004 *
+ * ===================                          Last change: 01/07/2005 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : ext-autopurge.php                                *
@@ -201,7 +201,7 @@ switch (getExtensionMode()) {
 
                        case '0.3.2': // SQL queries for v0.3.2
                                // Update notes (these will be set as task text!)
-                               setExtensionUpdateNotes("W&ouml;rter <strong>Mailtausch</strong>, <strong>Mailtausches</strong> und <strong>Mailtauscher</strong> sind austauschbar.");
+                               setExtensionUpdateNotes("W&ouml;rter <strong>{?mt_word?}</strong>, <strong>{?mt_word2?}</strong> und <strong>{?mt_word3?}</strong> sind austauschbar.");
                                break;
 
                        case '0.3.3': // SQL queries for v0.3.3
@@ -225,7 +225,7 @@ switch (getExtensionMode()) {
 
                        case '0.3.6': // SQL queries for v0.3.6
                                // Update notes (these will be set as task text!)
-                               setExtensionUpdateNotes("Die Accounts der Standart-Referal-ID, der Bonus-ID, Bettellink-ID und der Verdoppler-ID werden nun nicht mehr gel&ouml;scht und tauchen auch unterhalb der Inaktiven-Liste nicht mehr auf.");
+                               setExtensionUpdateNotes("Die Accounts der Standart-Referal-Id, der Bonus-Id, Bettellink-Id und der Verdoppler-Id werden nun nicht mehr gel&ouml;scht und tauchen auch unterhalb der Inaktiven-Liste nicht mehr auf.");
                                break;
 
                        case '0.3.7': // SQL queries for v0.3.7
@@ -260,7 +260,7 @@ switch (getExtensionMode()) {
                break;
 
        default: // Unknown extension mode
-               DEBUG_LOG(__FILE__, __LINE__, sprintf("Unknown extension mode %s detected.", getExtensionMode()));
+               logDebugMessage(__FILE__, __LINE__, sprintf("Unknown extension mode %s detected.", getExtensionMode()));
                break;
 }