]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-support.php
Debug mode removed from reset
[mailer.git] / inc / extensions / ext-support.php
index 960a3f41a476ed71d8caea8f3909b66134b11290..3990dceb02867e8b8690d648871678db3b4dbe17 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";
 
 //
 ?>