changeset 117:9a52fa9d4ecc

Show 'show_id' in the vote sheet as well.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 22 Oct 2013 12:42:04 +0300
parents a95facb41c86
children 0b27c591d620
files vote.inc.php
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
       "  <tr class=\"".($row % 2 == 1 ? "rodd" : "reven")."\">\n".
+      "   <td class=\"show_id\">".($entry["show_id"] > 0 ? $entry["show_id"] : "-")."</td>\n".
       "   <td class=\"vtitle\">".$entry["name"]."</td>\n".
       ($compo["showAuthors"] ? "   <td class=\"vauthor\">".$entry["author"]."</td>\n" : "").
       "   ";