]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-cache.php
Updating profiles fixed. It was still broken since I have changed the password hashin...
[mailer.git] / inc / extensions / ext-cache.php
index 1a86aa29a0cec36d5551fcc68e76c443abff0f26..7921f89e2d50422c1a03edff21ec0ee7cf7c7787 100644 (file)
@@ -133,7 +133,7 @@ case "update": // Update an extension
                $UPDATE_NOTES = "Interne Datenfeld-Management korregiert und Cache-Statistiken korregiert.";
                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 = "Problem mit fehlender admins-Erweiterung beseitigt.";
                break;
@@ -218,7 +218,7 @@ default: // Do stuff when extension is loaded
 $EXT_LANG_PREFIX = "cache";
 
 // Extension is always active?
-$EXT_ALWAYS_ACTIVE = "N";
+$EXT_ALWAYS_ACTIVE = 'N';
 
 //
 ?>