summaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-24 11:06:36 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-24 11:06:36 -0700
commit0735cfb30cc018387ae664374fc65bffdecf0907 (patch)
treecbcc90923e3214baa0aa31e2228d300068ff78b6 /installer
parente44053f692109069977c097ecd24c45ab8e2f228 (diff)
"the the" -> "the"
Diffstat (limited to 'installer')
-rw-r--r--installer/web.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/web.php b/installer/web.php
index 61f26f7d..78784539 100644
--- a/installer/web.php
+++ b/installer/web.php
@@ -81,7 +81,7 @@ function oops($error) {
function check_environment() {
if (!function_exists("mysql_query") && !function_exists("mysqli_set_charset")) {
- $errors[] = "Gallery 3 requires a MySQL database, but PHP doesn't have either the the <a href=\"http://php.net/mysql\">MySQL</a> or the <a href=\"http://php.net/mysqli\">MySQLi</a> extension.";
+ $errors[] = "Gallery 3 requires a MySQL database, but PHP doesn't have either the <a href=\"http://php.net/mysql\">MySQL</a> or the <a href=\"http://php.net/mysqli\">MySQLi</a> extension.";
}
if (!@preg_match("/^.$/u", utf8_encode("\xF1"))) {