Opps ... :(
authorRoland Häder <roland@mxchange.org>
Thu, 30 Jun 2011 01:50:41 +0000 (01:50 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 30 Jun 2011 01:50:41 +0000 (01:50 +0000)
inc/extensions/ext-sql_patches.php

index fcc045430aa962c2c7e432165408e13bb5a98c24..d99825153a8e81892e879a6b054ec3f2cf8ce83b 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.");