Several rewrites/fixes which I have done yesterday but not commited, mxchange_die...
[mailer.git] / inc / extensions / ext-admins.php
index 3699748a381faae5f22d11d8a549c1fe56806a3e..7e9265b9c083028e91be51a5fc470f9650b7078c 100644 (file)
@@ -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.");