From e186affa55d73c5fb25ab8555547bf1fad055e84 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 30 Jun 2011 01:51:27 +0000 Subject: [PATCH] Opps #2 ... :( --- inc/extensions/ext-sql_patches.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); -- 2.30.2