X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-extensions.php;h=cd8f8f518e98deab121f490ec61fbad136784393;hp=b12dfa0770377735c844108cc3d7db12dce971bc;hb=46f2e389417a40f1029612b58cb285416ccae7a5;hpb=f26aab4a55972825a0d3ef9346c8c8dea8752b7b diff --git a/inc/modules/admin/what-extensions.php b/inc/modules/admin/what-extensions.php index b12dfa0770..cd8f8f518e 100644 --- a/inc/modules/admin/what-extensions.php +++ b/inc/modules/admin/what-extensions.php @@ -150,6 +150,8 @@ if (REQUEST_ISSET_GET(('reg_ext'))) { $SW = 3 - $SW; } } // END - foreach + + // @TODO Rewrite this constant define('__EXTENSIONS_ROWS', $OUT); // Load template @@ -161,7 +163,8 @@ if (REQUEST_ISSET_GET(('reg_ext'))) { $OUT = ""; $SW = 2; foreach (REQUEST_POST('sel') as $ext_id => $sel) { // Init variables - $VERBOSE_OUT = ""; INIT_SQLS(); + $VERBOSE_OUT = ""; + INIT_SQLS(); // Secure id number $ext_id = bigintval($ext_id);