From 8440d7a3c8b6eea72182d641b40b613974db9df4 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 20 Mar 2020 12:38:29 +0000 Subject: [PATCH] Bug 24754: (QA follow-up) Add timestamp, remove 11th parameter Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- opac/ilsdi.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opac/ilsdi.pl b/opac/ilsdi.pl index 4c0d5a5b51..274808cf97 100755 --- a/opac/ilsdi.pl +++ b/opac/ilsdi.pl @@ -128,10 +128,10 @@ unless ( $cgi->param('service') ) { } # Set the userenv -C4::Context->_new_userenv(1); +C4::Context->_new_userenv( 'ILSDI_'.time() ); C4::Context->set_userenv( - undef, undef, undef, 'ILSDI', 'ILSDI', undef, - undef, undef, undef, undef, undef + undef, undef, undef, 'ILSDI', 'ILSDI', + undef, undef, undef, undef, undef, ); C4::Context->interface('opac'); -- 2.11.0