From dcfbab52cb0c9601fc8dc3bb43b3c05043bb015c Mon Sep 17 00:00:00 2001 From: acli Date: Wed, 5 Feb 2003 10:13:02 +0000 Subject: [PATCH] Missing use statement Noted correct tab size FIXME: This is just a mock-up & seems to be for OPAC; do we still need this? --- userpage.pl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/userpage.pl b/userpage.pl index 181be9c582..b0da7ee94e 100755 --- a/userpage.pl +++ b/userpage.pl @@ -1,4 +1,5 @@ #!/usr/bin/perl +# NOTE: This file uses standard 8-character tabs # Copyright 2000-2002 Katipo Communications # @@ -25,6 +26,7 @@ use C4::Output; use CGI; use C4::Search; use C4::Auth; +use C4::Interface::CGI::Output; my $query = new CGI; my ($template, $loggedinuser, $cookie) @@ -39,3 +41,7 @@ my ($template, $loggedinuser, $cookie) warn "userloggedin : $loggedinuser (".$query->param('userid')." et ".$query->param('password'); output_html_with_http_headers $query, $cookie, $template->output; + +# Local Variables: +# tab-width: 8 +# End: -- 2.39.5