From: Roland Häder Date: Thu, 30 Jun 2011 01:51:27 +0000 (+0000) Subject: Opps #2 ... :( X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=e186affa55d73c5fb25ab8555547bf1fad055e84 Opps #2 ... :( --- diff --git a/inc/extensions/ext-sql_patches.php b/inc/extensions/ext-sql_patches.php index d99825153a..03aa732f60 100644 --- a/inc/extensions/ext-sql_patches.php +++ b/inc/extensions/ext-sql_patches.php @@ -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 what-config_email.php nach what-list_email_max_rec.php umbenannt.");