From a31560aec4f004e58930277758f5412d86c62adc Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 23 Apr 2007 07:31:05 +0000 Subject: it technically logs in and streams.. but thats it, complete rewrite almost everything broken --- templates/show_admin_info.inc.php | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'templates/show_admin_info.inc.php') diff --git a/templates/show_admin_info.inc.php b/templates/show_admin_info.inc.php index c8ecb222..ddf2a77b 100644 --- a/templates/show_admin_info.inc.php +++ b/templates/show_admin_info.inc.php @@ -1,7 +1,7 @@ get_recent(10); +$flagged = Flag::get_recent(10); /* Disabled Information Gathering */ -$catalog = new Catalog(); -$songs = $catalog->get_disabled(10); +$songs = Catalog::get_disabled(10); ?> - +   - +
...
-- cgit