koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/opac opac-zoomsearch.pl [dev_week]


From: Chris Cormack
Subject: [Koha-cvs] koha/opac opac-zoomsearch.pl [dev_week]
Date: Sat, 10 Jun 2006 01:48:38 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Chris Cormack <rangi>   06/06/10 01:48:38

Modified files:
        opac           : opac-zoomsearch.pl 

Log message:
        Adding copyright and license statement

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opac-zoomsearch.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.7&r2=1.1.2.8

Patches:
Index: opac-zoomsearch.pl
===================================================================
RCS file: /sources/koha/koha/opac/Attic/opac-zoomsearch.pl,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -b -r1.1.2.7 -r1.1.2.8
--- opac-zoomsearch.pl  8 Jun 2006 07:21:42 -0000       1.1.2.7
+++ opac-zoomsearch.pl  10 Jun 2006 01:48:37 -0000      1.1.2.8
@@ -1,5 +1,22 @@
 #!/usr/bin/perl
-use strict; 
+
+# Copyright 2006 Liblime
+#
+# This file is part of Koha.
+# 
+# Koha is free software; you can redistribute it and/or modify it under the
+# terms of the GNU General Public License as published by the Free Software
+# Foundation; either version 2 of the License, or (at your option) any later
+# version.
+#
+# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
+# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+# A PARTICULAR PURPOSE.  See the GNU General Public License for more details. 
+#
+# You should have received a copy of the GNU General Public License along with
+# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
+# Suite 330, Boston, MA  02111-1307 USA
+
 # load our Koha modules
 use C4::Context;
 use C4::Interface::CGI::Output;
@@ -8,13 +25,15 @@
 # load other modules
 use HTML::Template;
 use CGI;
+use strict; 
+
 my $query=new CGI;
 my $op = $query->param('op'); #show the search form or execute the search
 my $cql_query = $query->param('cql_query');
 my @pqf_query_history = $query->param('pqf_query_history');
 my @newresults;
 my ($template,$borrowernumber,$cookie);
-my @forminputs;                #this is for the links to navigate among the 
results when they are more than the maximum number of results per page
+my @forminputs;                # this is for the links to navigate among the 
results when they are more than the maximum number of results per page
 my $searchdesc;
 my $search_type = $query->param('search_type');
 




reply via email to

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