]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-support.php
More other options moved out (to config_order)
[mailer.git] / inc / extensions / ext-support.php
index 5d24d79c32e8e073e6a71e17c7b72974cb249f61..43c3936e126e092533ef110f5b32b28fe37ce777 100644 (file)
@@ -109,7 +109,7 @@ case "update": // Update an extension
                $UPDATE_NOTES = "Dateiamenskonflikt zwischen den Erweiterungen <STRONG>support</STRONG> und <STRONG>order</STRONG> behoben.";
                break;
 
-       case "0.1.0": // SQL queries for v0.1.0
+       case "0.1.0": // SQL queries for v0.2.1
                // Update notes (these will be set as task text!)
                $UPDATE_NOTES = "Sicherheitsupdate vom 27.08.2005.";
                break;
@@ -133,7 +133,7 @@ default: // Do stuff when extension is loaded
 $EXT_LANG_PREFIX = "support";
 
 // Extension is always active?
-$EXT_ALWAYS_ACTIVE = "N";
+$EXT_ALWAYS_ACTIVE = 'N';
 
 //
 ?>