X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-admins.php;h=7e9265b9c083028e91be51a5fc470f9650b7078c;hp=3699748a381faae5f22d11d8a549c1fe56806a3e;hb=3af8b17c962e094e3eaffbd6d111290cdb286c92;hpb=e32b39ab4a4cd504b2e27a238dac38b1a3c9d560 diff --git a/inc/extensions/ext-admins.php b/inc/extensions/ext-admins.php index 3699748a38..7e9265b9c0 100644 --- a/inc/extensions/ext-admins.php +++ b/inc/extensions/ext-admins.php @@ -274,7 +274,7 @@ PRIMARY KEY (id) break; case "0.6.9": // SQL queries for v0.6.9 - ADD_EXT_SQL("UPDATE `{!_MYSQL_PREFIX!}_admin_menu` SET title = 'Admin-Management' WHERE action = 'admins' AND (what='' OR `what` IS NULL) LIMIT 1"); + ADD_EXT_SQL("UPDATE `{!_MYSQL_PREFIX!}_admin_menu` SET title = 'Admin-Management' WHERE action = 'admins' AND (`what`='' OR `what` IS NULL) LIMIT 1"); // Update notes (these will be set as task text!) EXT_SET_UPDATE_NOTES("Verwaltung nach Management umbenannt.");