]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/admin-inc.php
Fixes for stripped HTML tags, and false warnings in debug log
[mailer.git] / inc / modules / admin / admin-inc.php
index 233ae66a786fb6530dadaed980532277b196a6e9..0e50b238a44a1e167707aa64af2bd24bc9cd8bb7 100644 (file)
@@ -450,7 +450,8 @@ function ADD_ADMIN_MENU($act, $wht, $return=false) {
 
        // Compile and run the code here. This inserts all constants into the
        // HTML output. Costs me some time to figure this out... *sigh* Quix0r
-       $eval = "\$OUT = \"".COMPILE_CODE(SQL_ESCAPE($OUT))."\";";
+       // @TODO Is this eval longer needed?
+       $eval = "\$OUT = \"".COMPILE_CODE(smartAddSlashes($OUT))."\";";
        eval($eval);
 
        // Is there a cache instance again?