X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-admintheme1.php;h=25a48bfa2a0eae4f1a7fbf26a1c208e3d405504c;hb=9b8fe454a575a1f000b00bc7ca37eaad6d59d21a;hp=738226819bb0598a4fb3372fd506a7abf86da0e8;hpb=9725980ca9c052e5c1a9edb8b815e8506b876448;p=mailer.git diff --git a/inc/extensions/ext-admintheme1.php b/inc/extensions/ext-admintheme1.php index 738226819b..25a48bfa2a 100644 --- a/inc/extensions/ext-admintheme1.php +++ b/inc/extensions/ext-admintheme1.php @@ -47,7 +47,7 @@ setThisExtensionVersion('0.0'); setExtensionVersionHistory(array('0.0')); switch (getExtensionMode()) { - case 'register': // Do stuff when installation is running (modules.php?module=admin is called) + case 'register': // Do stuff when installation is running // Remove all other themes addExtensionSql("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_extensions` WHERE ext_name LIKE 'admintheme%'"); addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_admin_menu` SET `action`='stats' WHERE `what`='usr_online'");