Bug 301020: Remove useless locked tables - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave

git-svn-id: svn://10.0.0.236/trunk@193321 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com
2006-03-31 10:27:26 +00:00
parent d7cf19e285
commit 968cee22b7
7 changed files with 9 additions and 30 deletions

View File

@@ -359,8 +359,7 @@ if ($action eq 'update') {
my $default_assignee_id = login_to_id($default_assignee);
my $default_qa_contact_id = login_to_id($default_qa_contact) || undef;
$dbh->bz_lock_tables('components WRITE', 'products READ',
'profiles READ');
$dbh->bz_lock_tables('components WRITE', 'profiles READ');
if ($comp_name ne $component_old->name) {