# HG changeset patch # User Matti Hamalainen # Date 1382434924 -10800 # Node ID 9a52fa9d4ecc5a94d2daa9cf5a5be3a911ae7bdc # Parent a95facb41c86bc30ea89609d27a3bc3d99c8f6b5 Show 'show_id' in the vote sheet as well. diff -r a95facb41c86 -r 9a52fa9d4ecc vote.inc.php --- a/vote.inc.php Tue Oct 22 12:41:30 2013 +0300 +++ b/vote.inc.php Tue Oct 22 12:42:04 2013 +0300 @@ -91,6 +91,7 @@ { echo " \n". + " ".($entry["show_id"] > 0 ? $entry["show_id"] : "-")."\n". " ".$entry["name"]."\n". ($compo["showAuthors"] ? " ".$entry["author"]."\n" : ""). " ";