View | Details | Raw Unified | Return to bug 24754
Collapse All | Expand All

(-)a/opac/ilsdi.pl (-4 / +3 lines)
Lines 128-137 unless ( $cgi->param('service') ) { Link Here
128
}
128
}
129
129
130
# Set the userenv
130
# Set the userenv
131
C4::Context->_new_userenv(1);
131
C4::Context->_new_userenv( 'ILSDI_'.time() );
132
C4::Context->set_userenv(
132
C4::Context->set_userenv(
133
    undef, undef, undef, 'ILSDI', 'ILSDI', undef,
133
    undef, undef, undef, 'ILSDI', 'ILSDI',
134
    undef, undef, undef, undef,  undef
134
    undef, undef, undef, undef, undef,
135
);
135
);
136
C4::Context->interface('opac');
136
C4::Context->interface('opac');
137
137
138
- 

Return to bug 24754