зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
652bb7fae6
Коммит
e21c91451c
|
@ -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()) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче