Fixed maximum nam length.
[fa-stable.git] / includes / system_tests.inc
index c0f8946488888eb507cec7142d3ae882e55ebda4..798ef6776539c8251e9bb4a6fd704b972edb2e75 100644 (file)
@@ -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.');