koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha userpage.pl,1.9,1.10


From: Ambrose Li
Subject: [Koha-cvs] CVS: koha userpage.pl,1.9,1.10
Date: Wed, 05 Feb 2003 02:13:04 -0800

Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1:/tmp/cvs-serv24040

Modified Files:
        userpage.pl 
Log Message:
Missing use statement
Noted correct tab size

FIXME: This is just a mock-up & seems to be for OPAC; do we still need this?


Index: userpage.pl
===================================================================
RCS file: /cvsroot/koha/koha/userpage.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** userpage.pl 2 Feb 2003 07:18:37 -0000       1.9
--- userpage.pl 5 Feb 2003 10:13:02 -0000       1.10
***************
*** 1,3 ****
--- 1,4 ----
  #!/usr/bin/perl
+ # NOTE: This file uses standard 8-character tabs
  
  # Copyright 2000-2002 Katipo Communications
***************
*** 26,29 ****
--- 27,31 ----
  use C4::Search;
  use C4::Auth;
+ use C4::Interface::CGI::Output;
  
  my $query = new CGI;
***************
*** 40,41 ****
--- 42,47 ----
  
  output_html_with_http_headers $query, $cookie, $template->output;
+ 
+ # Local Variables:
+ # tab-width: 8
+ # End:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]