]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-mailid.php
IS_LOGGED_IN() renamed to IS_MEMBER(), some HTML fixes
[mailer.git] / inc / extensions / ext-mailid.php
index 759efec5907795b87371478fc1095c153f34640c..b1bf0842e3fa7fc63101fd445e9ee9e3431878e1 100644 (file)
@@ -114,7 +114,7 @@ case "update": // Update an extension
                $UPDATE_NOTES = "Mailbestätigung klappt wieder.";
                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 = "5 Nachkommastellen implementiert";
                break;
@@ -244,7 +244,7 @@ default: // Do stuff when extension is loaded
 $EXT_LANG_PREFIX = "mailid";
 
 // Extension is always active?
-$EXT_ALWAYS_ACTIVE = 'N';
+$EXT_ALWAYS_ACTIVE = "N";
 
 //
 ?>