]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-sql_patches.php
'NO-ACL' is more clear that we don't have an ACL for the given admin than three aster...
[mailer.git] / inc / extensions / ext-sql_patches.php
index fcc045430aa962c2c7e432165408e13bb5a98c24..03aa732f60316dce51b319160b177845db0ffd7e 100644 (file)
@@ -797,7 +797,7 @@ INDEX (`ip`)
                                break;
 
                        case '0.7.9': // SQL queries for v0.7.9
-                               addExtensionSQL("UPDATE `{?_MYSQL_PREFIX?}_admin_menu` SET `what`=`list_email_max_rec` WHERE `what`='config_email` LIMIT 1");
+                               addExtensionSQL("UPDATE `{?_MYSQL_PREFIX?}_admin_menu` SET `what`='list_email_max_rec' WHERE `what`='config_email' LIMIT 1");
 
                                // Update notes (these will be set as task text!)
                                setExtensionUpdateNotes("Adminscript <strong>what-config_email.php</strong> nach <strong>what-list_email_max_rec.php</strong> umbenannt.");