]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Correcting the URL for MySQL's web page. Bug 90553.
authorjake%acutex.net <>
Tue, 17 Jul 2001 02:50:17 +0000 (02:50 +0000)
committerjake%acutex.net <>
Tue, 17 Jul 2001 02:50:17 +0000 (02:50 +0000)
Patch by Myk Melez <myk@mozilla.org>

checksetup.pl

index 7102df13c7866a08361b65e4a73610351155a8f8..8ce8bf6f77aed894bd0ca12d9fc88bc967dc8fa3 100755 (executable)
@@ -702,7 +702,7 @@ if ($my_db_check) {
       die "Your MySQL server is either too old or a known broken version.\n",
           "   Bugzilla requires version $sql_want or later of MySQL.\n",
           ($sql_vers eq "3.23.29") ? "Version 3.23.29 has a broken encrypt() command.  3.23.30 fixes this.\n" : "",
-          "   Please visit http://www.mysql.org and download a newer version.\n";
+          "   Please visit http://www.mysql.com and download a newer version.\n";
     }
 
     my @databases = $dbh->func('_ListDBs');