Large code cleanups:
[mailer.git] / inc / extensions / ext-mailid.php
index d8348e6ab510c31fe2896872ba535df464565e47..29772069d0d207e9f11600a1479bdbc7fffcff9b 100644 (file)
@@ -59,7 +59,7 @@ switch (getExtensionMode()) {
 
        case 'activate': // Do stuff when admin activates this extension
                // SQL commands to run
-               addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_mod_reg` SET `locked`='N', `hidden`='N', `admin_only`='N', `mem_only`='N' WHERE `module`='mailid' LIMIT 1");
+               addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_mod_reg` SET `locked`='N',`hidden`='N',`admin_only`='N',`mem_only`='N' WHERE `module`='mailid' LIMIT 1");
                break;
 
        case 'deactivate': // Do stuff when admin deactivates this extension
@@ -201,7 +201,7 @@ switch (getExtensionMode()) {
 
                        case '0.2.8': // SQL queries for v0.2.8
                                // Update notes (these will be set as task text!)
-                               setExtensionUpdateNotes("Bonus- und Standard-Referal-Id ausblendbar aus Aktiv-Rallye und bekommt kein Aktiv-Guthaben.");
+                               setExtensionUpdateNotes("Bonus- und Standard-Referral-Id ausblendbar aus Aktiv-Rallye und bekommt kein Aktiv-Guthaben.");
                                break;
 
                        case '0.2.9': // SQL queries for v0.2.9