From af0b208bdff5812509df57fc59adf2637ed7542b Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 20 Dec 2007 13:04:54 -0600 Subject: [PATCH] use standard template var for DHTML date format Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- circ/circulation.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index 2ab8f5f795..2fad429ae5 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -672,8 +672,8 @@ if ($stickyduedate) { #} $template->param( - SpecifyDueDate => C4::Context->preference("SpecifyDueDate"), - CircAutocompl => C4::Context->preference("CircAutocompl") , - DHTMLformat => C4::Dates->DHTMLcalendar(), + SpecifyDueDate => C4::Context->preference("SpecifyDueDate"), + CircAutocompl => C4::Context->preference("CircAutocompl") , + DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(), ); output_html_with_http_headers $query, $cookie, $template->output; -- 2.39.5