koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/z3950 search.pl [rel_2_2]


From: Henri-Damien LAURENT
Subject: [Koha-cvs] koha/z3950 search.pl [rel_2_2]
Date: Mon, 26 Feb 2007 14:03:17 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Henri-Damien LAURENT <hdl>      07/02/26 14:03:17

Modified files:
        z3950          : search.pl 

Log message:
        BUG Fixing : some old parameters were still messing around. When I 
resolved conflict.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/z3950/search.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.3.2.16&r2=1.3.2.17

Patches:
Index: search.pl
===================================================================
RCS file: /sources/koha/koha/z3950/search.pl,v
retrieving revision 1.3.2.16
retrieving revision 1.3.2.17
diff -u -b -r1.3.2.16 -r1.3.2.17
--- search.pl   26 Feb 2007 13:55:32 -0000      1.3.2.16
+++ search.pl   26 Feb 2007 14:03:17 -0000      1.3.2.17
@@ -189,7 +189,7 @@
                   $row_data{title} =$oldbiblio->{title};
                   $row_data{author} = $oldbiblio->{author};
                   $row_data{id} = $bid;
-                  $row_data{oldbiblionumber}=$oldbiblionumber;
+                  $row_data{oldbiblionumber}=$biblionumber;
                   push (@breeding_loop, \%row_data);
               }
       
@@ -207,10 +207,10 @@
        output_html_with_http_headers $input, $cookie, $template->output;
 
 #      print  $template->output  if $firstresult !=1;
-    $firstresult++;
+#     $firstresult++;
 
-    MAYBE_AGAIN:
-        if (--$nremaining > 0) {
-            goto AGAIN;
-        }
+#     MAYBE_AGAIN:
+#         if (--$nremaining > 0) {
+#             goto AGAIN;
+#         }
 } ## if op=search




reply via email to

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