X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-mods.php;h=6911f805b0ea1cdbe333d249664e8f9d37ce58a3;hp=676eaef3f7f15e0cc7d557f375600a6294b70b98;hb=52690b87d4382bd4bc15905068ab99bb70b1e3c9;hpb=1e929f6a81fc9d1709454c227a3aa8ef379b0a58 diff --git a/inc/extensions/ext-mods.php b/inc/extensions/ext-mods.php index 676eaef3f7..6911f805b0 100644 --- a/inc/extensions/ext-mods.php +++ b/inc/extensions/ext-mods.php @@ -105,7 +105,7 @@ case "update": // Update an extension break; case "0.0.8": // SQL queries for v0.0.8 - $SQLs[] = "UPDATE "._MYSQL_PREFIX."_admin_menu SET title = 'Modul-Management' WHERE action = 'mods' AND what='' LIMIT 1"; + $SQLs[] = "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!) $UPDATE_NOTES = "Verwaltung auf Management umgestellt.";