From 76701cf530eaecd7f329787e44cead0f28dddfb4 Mon Sep 17 00:00:00 2001 From: Jonathan Ernst Date: Fri, 7 Jul 2006 17:35:26 +0000 Subject: [PATCH] Enable filtering in vendorview.php --- vendorview.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/vendorview.php b/vendorview.php index 38943d7..024e053 100644 --- a/vendorview.php +++ b/vendorview.php @@ -8,13 +8,10 @@ */ include("path.php"); require_once(BASE."include/incl.php"); +require_once(BASE."include/filter.php"); require_once(BASE."include/application.php"); require_once(BASE."include/vendor.php"); -$aClean = array(); //array of filtered user input -$aClean['iVendorId'] = makeSafe($_REQUEST['iVendorId']); -$aClean['sSub'] = makeSafe($_REQUEST['sSub']); - $oVendor = new Vendor($aClean['iVendorId']); if ($aClean['sSub'])