]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-mydata.php
comment version updated
[mailer.git] / inc / extensions / ext-mydata.php
index e2b8050b3a1c843a65cb864730b9b90c369a627a..8d035be2a354275ce7640d2064b971a8db09104c 100644 (file)
@@ -112,7 +112,7 @@ case "update": // Update an extension
                $UPDATE_NOTES = "Anrede "Firma" hinzugefügt.";
                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 = "Datumsformat festgelegt auf ausführlich.";
                break;
@@ -171,7 +171,7 @@ default: // Do stuff when extension is loaded
 $EXT_LANG_PREFIX = "mydata";
 
 // Extension is always active?
-$EXT_ALWAYS_ACTIVE = "N";
+$EXT_ALWAYS_ACTIVE = 'N';
 
 //
 ?>