From ca17ea57fc512c04453d9125eef17dbe0c48952a Mon Sep 17 00:00:00 2001 From: TheTroll Date: Tue, 23 Feb 2010 14:01:33 +0100 Subject: Display timer desc instead of chan name --- includes/inc_vdr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " \"list\""; - print " {$date}: {$channame}"; + print " {$date}: {$desc}"; print " "; print ""; -- cgit v1.2.3