X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-guestedit.php;h=d5486ef469369c2dd29d156a0830576f0694d71c;hp=ad43c6961a00096d4d43299c9d1bd8de8d97eb0e;hb=b8c86fa12322603c24a88ea2b0fd3dbeba612752;hpb=d8148e3f1f3a6762b2e786dbe99ada269dcf2ea0 diff --git a/inc/modules/admin/what-guestedit.php b/inc/modules/admin/what-guestedit.php index ad43c6961a..d5486ef469 100644 --- a/inc/modules/admin/what-guestedit.php +++ b/inc/modules/admin/what-guestedit.php @@ -44,8 +44,8 @@ ADD_DESCR("admin", __FILE__); $AND = "(`what` = '' OR `what` IS NULL)"; $SUB = ""; if (REQUEST_ISSET_GET(('sub'))) { - $AND = sprintf("action='%s' AND `what` IS NOT NULL", SQL_ESCAPE(REQUEST_GET('sub'))); - $SUB = SQL_ESCAPE(REQUEST_GET('sub')); + $AND = sprintf("action='%s' AND `what` IS NOT NULL", REQUEST_GET(('sub'))); + $SUB = REQUEST_GET(('sub')); } // END - if // Get count of (maybe) selected menu points