Fixes for stripped HTML tags, and false warnings in debug log
[mailer.git] / inc / libs / surfbar_functions.php
index 390f874e4dc610efde2d2df4a08d5387dec3b19b..cab4fb587d36df2bdb09be7877a42b8916cf5df0 100644 (file)
@@ -775,7 +775,7 @@ function SURFBAR_DETERMINE_TEMPLATE_NAME() {
        if (REQUEST_ISSET_GET(('frame'))) {
                // Use the frame as a template name part... ;-)
                $templateName = sprintf("surfbar_frame_%s",
-                       SQL_ESCAPE(REQUEST_GET('frame'))
+                       REQUEST_GET(('frame'))
                );
        } // END - if