diff options
author | TheTroll <trolldev@gmail.com> | 2010-02-23 14:01:33 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-02-23 14:01:33 +0100 |
commit | ca17ea57fc512c04453d9125eef17dbe0c48952a (patch) | |
tree | 705e0e47b97812637fb9a81a71198619e1ad489b | |
parent | 8f24888581e1684f35e985681116beb64f64876d (diff) | |
download | istreamdev-ca17ea57fc512c04453d9125eef17dbe0c48952a.tar.gz istreamdev-ca17ea57fc512c04453d9125eef17dbe0c48952a.tar.bz2 |
Display timer desc instead of chan name
-rwxr-xr-x | includes/inc_vdr.php | 2 |
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>"; |