From 235a0f252b85484ff6f9a572257525fc64165119 Mon Sep 17 00:00:00 2001 From: arensb Date: Sun, 6 Oct 2002 00:24:48 +0000 Subject: [PATCH] Added "use C4::Context" (how did I forget it earlier?) --- search.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/search.pl b/search.pl index 99f1439d3a..eb2fe367fc 100755 --- a/search.pl +++ b/search.pl @@ -23,6 +23,7 @@ use HTML::Template; use strict; require Exporter; use CGI; +use C4::Context; use C4::Search; use C4::Output; # no contains picktemplate -- 2.39.2