summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-30 05:03:47 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-30 05:03:47 +0000
commit828b2288207a9f24ea264d0456d7ff951b931fe3 (patch)
tree1654aca49503078fdef8b94425b461a571c4ea9b /templates
parent4243b22ee54bcef23172d45ae0fff57633f7a9ab (diff)
downloadampache-828b2288207a9f24ea264d0456d7ff951b931fe3.tar.gz
ampache-828b2288207a9f24ea264d0456d7ff951b931fe3.tar.bz2
ampache-828b2288207a9f24ea264d0456d7ff951b931fe3.zip
final commit before beta2 release
Diffstat (limited to 'templates')
-rw-r--r--templates/show_admin_info.inc.php3
-rw-r--r--templates/show_admin_tools.inc.php1
2 files changed, 1 insertions, 3 deletions
diff --git a/templates/show_admin_info.inc.php b/templates/show_admin_info.inc.php
index b87a7847..b0414611 100644
--- a/templates/show_admin_info.inc.php
+++ b/templates/show_admin_info.inc.php
@@ -30,9 +30,6 @@ $total_flagged = $flag->get_total();
$catalog = new Catalog();
$songs = $catalog->get_disabled(10);
-/* User Information */
-$users = $GLOBALS['user']->get_recent(10);
-
?>
<span class="header1"><?php echo _('Information'); ?></span><br />
<div class="text-box">
diff --git a/templates/show_admin_tools.inc.php b/templates/show_admin_tools.inc.php
index 1dade1f2..ff66675d 100644
--- a/templates/show_admin_tools.inc.php
+++ b/templates/show_admin_tools.inc.php
@@ -22,6 +22,7 @@
$web_path = conf('web_path');
$catalog = new Catalog();
$catalogs = $catalog->get_catalogs();
+$users = $GLOBALS['user']->get_recent(10);
?>
<span class="header1"><?php echo _('Catalogs'); ?></span>