Bug 281845 : Possible to delete users who are initial QA contacts (Regression from bug 43600)

Patch by Shane H. W. Travis <travis@sedsystems.ca>   r=justdave, a=justdave
This commit is contained in:
travis%sedsystems.ca 2005-02-10 21:34:48 +00:00
parent 652bb7fae6
commit e21c91451c

View File

@ -561,7 +561,7 @@ if ($action eq 'del') {
SendSQL("SELECT products.name, components.name " .
"FROM products, components " .
"WHERE products.id = components.id " .
"WHERE products.id = components.product_id " .
" AND initialqacontact=" . DBname_to_id($user));
$found = 0;
while (MoreSQLData()) {