summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-02-23 14:01:33 +0100
committerTheTroll <trolldev@gmail.com>2010-02-23 14:01:33 +0100
commitca17ea57fc512c04453d9125eef17dbe0c48952a (patch)
tree705e0e47b97812637fb9a81a71198619e1ad489b
parent8f24888581e1684f35e985681116beb64f64876d (diff)
downloadistreamdev-ca17ea57fc512c04453d9125eef17dbe0c48952a.tar.gz
istreamdev-ca17ea57fc512c04453d9125eef17dbe0c48952a.tar.bz2
Display timer desc instead of chan name
-rwxr-xr-xincludes/inc_vdr.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/inc_vdr.php b/includes/inc_vdr.php
index be2f798..ca89b87 100755
--- a/includes/inc_vdr.php
+++ b/includes/inc_vdr.php
@@ -327,7 +327,7 @@ function vdrlisttimers()
else
print " <img alt=\"list\" src=\"images/pictos/timeroff.png\" />";
- print " <span class=\"name\">{$date}: {$channame}</span><span class=\"arrow\"></span>";
+ print " <span class=\"name\">{$date}: {$desc}</span><span class=\"arrow\"></span>";
print " </a>";
print "</li>";