]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-extensions.php
Some global variables rewritten, a lot more language constants rewritten to getMessage()
[mailer.git] / inc / modules / admin / what-extensions.php
index b12dfa0770377735c844108cc3d7db12dce971bc..cd8f8f518e98deab121f490ec61fbad136784393 100644 (file)
@@ -150,6 +150,8 @@ if (REQUEST_ISSET_GET(('reg_ext'))) {
                                $SW = 3 - $SW;
                        }
                } // END - foreach
                                $SW = 3 - $SW;
                        }
                } // END - foreach
+
+               // @TODO Rewrite this constant
                define('__EXTENSIONS_ROWS', $OUT);
 
                // Load template
                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
        $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);
 
                // Secure id number
                $ext_id = bigintval($ext_id);