]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-mods.php
Several rewrites/fixes which I have done yesterday but not commited, mxchange_die...
[mailer.git] / inc / extensions / ext-mods.php
index 2a30a9ed627ca1ef42c4fc8e809d69f2a3b2e9ac..dfbe5fabf3badc4441a67436e19cf2bc034aa1db 100644 (file)
@@ -106,7 +106,7 @@ case "update": // Update an extension
                break;
 
        case "0.0.8": // SQL queries for v0.0.8
-               ADD_EXT_SQL("UPDATE `{!_MYSQL_PREFIX!}_admin_menu` SET title = 'Modul-Management' WHERE action = 'mods' AND (what='' OR `what` IS NULL) LIMIT 1");
+               ADD_EXT_SQL("UPDATE `{!_MYSQL_PREFIX!}_admin_menu` SET title = 'Modul-Management' WHERE action = 'mods' AND (`what`='' OR `what` IS NULL) LIMIT 1");
 
                // Update notes (these will be set as task text!)
                EXT_SET_UPDATE_NOTES("Verwaltung auf Management umgestellt.");