From 2754423879e289046b35dcd18c9cbc04a1f7252a 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 Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize --- 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.20.1