Enable filtering in viewbugs.php

This commit is contained in:
Jonathan Ernst
2006-07-07 17:55:27 +00:00
committed by WineHQ
parent bdc6063b32
commit 1066c87d6c

View File

@@ -12,10 +12,7 @@
// application environment
include("path.php");
require(BASE."include/incl.php");
$aClean = array(); //array of filtered user input
$aClean['iBugId'] = makeSafe($_REQUEST['iBugId']);
require(BASE."include/filter.php");
/* code to View versions affected by a Bug */