Commit c3408e72 authored by travis%sedsystems.ca's avatar travis%sedsystems.ca

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
parent 6db4590f
......@@ -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()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment