diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-06-24 17:49:06 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-06-24 17:49:06 -0600 |
commit | 043469587ed03a2a4e05aa2fddcebe53f04b0ce4 (patch) | |
tree | 231d14b25d3dc99ae3ba29634b89b38c76ef359e /installer | |
parent | c37fc39152ceeb5f4d51f9b297b313847bb445e5 (diff) | |
parent | f56d372629df5b08a30d0182d4e1e7c97a44d79f (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'installer')
-rw-r--r-- | installer/web.php | 2 |
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"))) { |