From e05144439c243c4aa765df1464da2e300c1375ae Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Sat, 6 Jan 2007 18:01:40 +0000 Subject: - made PrintDay a static function call --- pages/timers.ecpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/timers.ecpp b/pages/timers.ecpp index efa2fcc..01d37f3 100644 --- a/pages/timers.ecpp +++ b/pages/timers.ecpp @@ -55,7 +55,7 @@ using namespace vdrlive; .png" alt="Aktiv?" /> <$ timer->Channel()->Name() $> - <$ timer->WeekDays() > 0 ? *timer->PrintDay(0, timer->WeekDays()) : FormatDateTime(tr("%a, %b %d"), timer->Day()) $> + <$ timer->WeekDays() > 0 ? *cTimer::PrintDay(0, timer->WeekDays()) : FormatDateTime(tr("%a, %b %d"), timer->Day()) $> <$ FormatDateTime(tr("%I:%M %p"), timer->StartTime()) $> <$ FormatDateTime(tr("%I:%M %p"), timer->StopTime()) $> <{ if (timer->Flags() & 8) { }>Record<{ } }> -- cgit v1.2.3