]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 364055: Message confusing when your version of DBD::foo is too old - Patch by...
authorlpsolit%gmail.com <>
Sun, 17 Dec 2006 00:30:22 +0000 (00:30 +0000)
committerlpsolit%gmail.com <>
Sun, 17 Dec 2006 00:30:22 +0000 (00:30 +0000)
Bugzilla/DB.pm

index 1bc88c3517d7b0c149394cde486a36b6b7cd4687..9f517a8e750dd56e08ad7c33aaf562feabe9f8d9 100644 (file)
@@ -146,7 +146,7 @@ sub bz_check_requirements {
         my $version = $dbd_ver ? " $dbd_ver or higher" : '';
         print <<EOT;
 
-For $sql_server, Bugzilla requires that perl's $dbd_mod $dbd_ver be 
+For $sql_server, Bugzilla requires that perl's $dbd_mod $dbd_ver or later be
 installed. To install this module, run the following command (as $root):
 
     $command