summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPaul Arthur <flowerysong00@yahoo.com>2012-11-08 13:22:40 -0500
committerPaul Arthur <flowerysong00@yahoo.com>2012-11-08 13:22:56 -0500
commit93251b3c8db8c456cf8c718f08bddd01693cafa9 (patch)
tree3aa40e1609883dc4921623071f672d1ff5ffd1dd /templates
parentd2eaf10b072f8cb1dca887af2006eba00a3fc0fa (diff)
downloadampache-93251b3c8db8c456cf8c718f08bddd01693cafa9.tar.gz
ampache-93251b3c8db8c456cf8c718f08bddd01693cafa9.tar.bz2
ampache-93251b3c8db8c456cf8c718f08bddd01693cafa9.zip
Move check_database_inserted into the Dba class
Diffstat (limited to 'templates')
-rw-r--r--templates/show_test.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_test.inc.php b/templates/show_test.inc.php
index 1094f52f..ffb3c633 100644
--- a/templates/show_test.inc.php
+++ b/templates/show_test.inc.php
@@ -212,7 +212,7 @@
<td valign="top"><?php echo T_('Database tables'); ?></td>
<td valign="top">[
<?php
- $db_inserted = check_database_inserted($db,$results['local_db']);
+ $db_inserted = Dba::check_database_inserted();
if (!$db_inserted) {
echo debug_result('',false);
}