Fixes for stripped HTML tags, and false warnings in debug log
[mailer.git] / inc / modules / frametester.php
index 97d8c32bb6b6ffb97f4431810eff2a2d32b69ca1..bd090bdd7e4963fde51527a39b81fc489153631e 100644 (file)
@@ -81,7 +81,7 @@ if ((REQUEST_ISSET_POST(('url'))) || (REQUEST_ISSET_GET(('url'))) || (REQUEST_IS
 
        // Add missing element
        $frame = "";
-       if (REQUEST_ISSET_GET(('frame'))) $frame = SQL_ESCAPE(REQUEST_GET('frame'));
+       if (REQUEST_ISSET_GET(('frame'))) $frame = REQUEST_GET(('frame'));
        switch ($frame)
        {
        case "":