Fix up editing of vendors. Don't allow vendors with attached apps to be

deleted.
This commit is contained in:
Tony Lambregts
2005-01-02 00:48:39 +00:00
committed by WineHQ
parent a91e608c63
commit 1d73be2cad
2 changed files with 19 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ else
$admin_mode = 1;
}
$vendorId = $_REQUEST['vendorId'];
apidb_header("Edit Vendor Information");
$t = new TableVE("edit");