summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPaul Arthur <flowerysong00@yahoo.com>2012-11-08 14:28:27 -0500
committerPaul Arthur <flowerysong00@yahoo.com>2012-11-08 14:31:53 -0500
commit649298b24109c72ce664c744f4c7895d93bf987d (patch)
treebdf1d0891df5c706f0ca7037d2ca53ce60432adf /templates
parentc51ddbd3d64e92209bf4fc214bf80d8cc33cc2af (diff)
downloadampache-649298b24109c72ce664c744f4c7895d93bf987d.tar.gz
ampache-649298b24109c72ce664c744f4c7895d93bf987d.tar.bz2
ampache-649298b24109c72ce664c744f4c7895d93bf987d.zip
Clean up remaining direct calls to mysql functions
This makes it theoretically possible to replace Dba with a different implementation somewhat painlessly.
Diffstat (limited to 'templates')
-rw-r--r--templates/show_install_check.inc.php2
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>