Fix a test failure caused by a checkin fix that I did on bug 302876.

This commit is contained in:
mkanat%bugzilla.org 2006-05-29 03:10:28 +00:00
Родитель 720b24a442
Коммит f7372eec01
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -376,8 +376,8 @@ foreach my $module (@{$modules}) {
}
}
print ("\nYou need one of the following DBD modules installed, depending on\n"
. "which database you are using with Bugzilla:\n") unless $silent;
print "\nYou need one of the following DBD modules installed, depending on\n"
. "which database you are using with Bugzilla:\n" unless $silent;
my $have_one_dbd = 0;
my $db_modules = DB_MODULE;