From 3af689f71bcc974fdbc698e05f6926e566886057 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Sat, 23 Jan 2010 13:03:51 +1300 Subject: fixed misleading error message that tells you to install "tidy" to get mysql|pgsql working --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index 425ea91ef..37eed176b 100644 --- a/install.php +++ b/install.php @@ -248,7 +248,7 @@ function checkPrereqs() } } if (!checkExtension('pgsql') && !checkExtension('mysql')) { - ?>

Cannot find mysql or pgsql extension. You need one or the other:

Cannot find mysql or pgsql extension. You need one or the other.