From dec762fe5d70ff85a4de4f26c25bfb4a53811805 Mon Sep 17 00:00:00 2001 From: pb1dft Date: Sat, 3 Mar 2007 22:40:21 +0000 Subject: Changed/Added rss stuffie updated main config, Rewrote some off the statistics to use an array --- lib/ui.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ui.lib.php') diff --git a/lib/ui.lib.php b/lib/ui.lib.php index 8a928e3b..e86aa185 100644 --- a/lib/ui.lib.php +++ b/lib/ui.lib.php @@ -296,7 +296,7 @@ function show_play_selected() { */ function get_now_playing($filter='') { - $sql = "SELECT song_id,user FROM now_playing ORDER BY start_time DESC"; + $sql = "SELECT song_id,user FROM now_playing ORDER BY id DESC"; $db_results = mysql_query($sql, dbh()); $results = array(); -- cgit