From 4b37fca125c4dc54330fa844fda70345d55aacdd Mon Sep 17 00:00:00 2001 From: Stephane Jourdan Date: Sat, 26 Oct 2013 22:25:12 +0200 Subject: [PATCH] let's display 42 tracks Closes #2 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 999b134..7da8cb0 100644 --- a/index.php +++ b/index.php @@ -11,7 +11,7 @@ ON cc_files.id=cc_schedule.file_id WHERE cc_schedule.media_item_played = \'t\' ORDER BY cc_schedule.starts DESC -LIMIT 50'; +LIMIT 42; $result = pg_query($query) or die('Query failed: ' . pg_last_error()); // Printing results in HTML