From: Janusz Dobrowolski Date: Sun, 22 Aug 2010 19:23:34 +0000 (+0000) Subject: Fixed mysql php extension test. X-Git-Tag: v2.4.2~19^2~672 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=cf08095d348f05ce14b09652d07e3a2a54d0d55f;p=fa-stable.git Fixed mysql php extension test. --- 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.');