Skip to content

Commit

Permalink
let's display 42 tracks
Browse files Browse the repository at this point in the history
Closes #2
  • Loading branch information
Stephane Jourdan committed Oct 26, 2013
1 parent 15be8e3 commit 4b37fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b37fca

Please sign in to comment.