From cf08095d348f05ce14b09652d07e3a2a54d0d55f Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Sun, 22 Aug 2010 19:23:34 +0000 Subject: [PATCH] Fixed mysql php extension test. --- includes/system_tests.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/system_tests.inc b/includes/system_tests.inc index c0f89464..798ef677 100644 --- a/includes/system_tests.inc +++ b/includes/system_tests.inc @@ -34,7 +34,7 @@ function tst_phpmysql() { $test['descr'] = _('PHP MySQL extension'); $test['type'] = 3; - $test['result'] = function_exists('gettext'); + $test['result'] = function_exists('mysql_connect'); $test['test'] = $test['result'] ? _('Yes'): _('No'); $test['comments'] = _('Your PHP has to have MySQL extension enabled.'); -- 2.30.2