Bug 367823: prevent addcheckin.pl from *writing* to the shadow database

r=bear
This commit is contained in:
justdave%bugzilla.org 2007-01-28 21:19:07 +00:00
Родитель ae1ec84843
Коммит 1b5735bfd5
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -549,6 +549,7 @@ sub AddToDatabase {
$removelines,
$descid);
SwitchToWriteDB();
&SendSQL($checkquery, @bind_values);
my ($count) = &FetchSQLData();
if (!$count) {