Fix up vendorview.php to use _REQUEST.

This commit is contained in:
Tony Lambregts
2004-12-19 03:05:14 +00:00
committed by WineHQ
parent 6e2f4f9047
commit 974772f93d

View File

@@ -10,6 +10,8 @@ require(BASE."include/"."comments.php");
global $apidb_root; global $apidb_root;
$vendorId = $_REQUEST['vendorId'];
//exit with error if no vendor //exit with error if no vendor
if(!$vendorId) { if(!$vendorId) {
errorpage("No vendor ID specified!"); errorpage("No vendor ID specified!");