diff options
Diffstat (limited to 'templates/show_install_check.inc.php')
-rw-r--r-- | templates/show_install_check.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_install_check.inc.php b/templates/show_install_check.inc.php index f405aa55..05428f16 100644 --- a/templates/show_install_check.inc.php +++ b/templates/show_install_check.inc.php @@ -88,7 +88,7 @@ Error::add('install', T_('PHP MySQL Support')); } else { - echo debug_result(mysql_get_client_info(),true); + echo debug_result(Dba::get_client_info(), true); } ?> </td> |