koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/opac search [dev_week]


From: Joshua Ferraro
Subject: [Koha-cvs] koha/opac search [dev_week]
Date: Mon, 09 Oct 2006 14:15:51 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Joshua Ferraro <kados>  06/10/09 14:15:51

Modified files:
        opac           : search 

Log message:
        comment out a warn

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

Patches:
Index: search
===================================================================
RCS file: /sources/koha/koha/opac/Attic/search,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -b -r1.1.2.7 -r1.1.2.8
--- search      9 Oct 2006 14:12:56 -0000       1.1.2.7
+++ search      9 Oct 2006 14:15:51 -0000       1.1.2.8
@@ -2,7 +2,7 @@
 # Script to perform searching
 # For documentation try 'perldoc /path/to/search'
 #
-# $Header: /sources/koha/koha/opac/Attic/search,v 1.1.2.7 2006/10/09 14:12:56 
kados Exp $
+# $Header: /sources/koha/koha/opac/Attic/search,v 1.1.2.8 2006/10/09 14:15:51 
kados Exp $
 #
 # Copyright 2006 LibLime
 #
@@ -429,7 +429,7 @@
                        my $next_page_offset = $offset + $results_per_page;
 
                        # If we're within the first 10 pages, keep it simple
-                       warn "current page:".$current_page_number;
+                       #warn "current page:".$current_page_number;
                        if ($current_page_number < 10) {
                                # just show the first 10 pages
                                #




reply via email to

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