summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-02-01 11:48:33 -0500
committerEvan Prodromou <evan@status.net>2010-02-01 11:48:33 -0500
commit6c3bc028fa6a49f51be28dfa387b978be97e1460 (patch)
tree6ae0c95165b82b4c58ea0496f0b6d2c34b503f8f
parent45c1516217af42c62fbf1d69cb795939a473ef02 (diff)
parent3af689f71bcc974fdbc698e05f6926e566886057 (diff)
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
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')) {
- ?><p class="error">Cannot find mysql or pgsql extension. You need one or the other: <code><?php echo $req; ?></code></p><?php
+ ?><p class="error">Cannot find mysql or pgsql extension. You need one or the other.</p><?php
$pass = false;
}