summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-11-25 22:10:08 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-11-25 22:10:08 (GMT)
commitfc5c7436c230d7dd205142521ee732d08ef6449f (patch)
tree1fbff8a72f9344aaedc5f39d6c0c6f119bf01254
parentf84954f1bf6c775f3185c7e360fc9214cd76f402 (diff)
export new show-type
-rwxr-xr-xrh-bin/listdropboxes.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/rh-bin/listdropboxes.cgi b/rh-bin/listdropboxes.cgi
index bfb811f..e5b948f 100755
--- a/rh-bin/listdropboxes.cgi
+++ b/rh-bin/listdropboxes.cgi
@@ -97,6 +97,7 @@ if($responsecode != 200) {
print " <show-dayofweek>" . xml_quote($dow) . "</show-dayofweek>\n";
print " <show-starttime>" . xml_quote($starttime) . "</show-starttime>\n";
print " <show-length>" . xml_quote($href->{'SHOWLEN'}) . "</show-length>\n";
+ print " <show-type>" . xml_quote($href->{'SHOWTYPE'}) . "</show-type>\n";
} elsif($href->{'TYPE'} eq "jingle") {
print " <jingle-title>" . xml_quote($href->{'JINGLETITLE'}) . "</jingle-title>\n";
} elsif($href->{'TYPE'} eq "musicpool") {