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

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