[Koha-cvs] koha/search.marc search.pl

Henri-Damien LAURENT laurenthdl at alinto.com
Fri Mar 24 14:20:59 CET 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch: 	
Changes by:	Henri-Damien LAURENT <hdl at savannah.gnu.org>	06/03/24 13:20:58

Modified files:
	search.marc    : search.pl 

Log message:
	Bug Fixing catalogue directory was added for MARCdetail and detail.pl
	Taking this change into account in script.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/search.marc/search.pl.diff?tr1=1.29&tr2=1.30&r1=text&r2=text

Patches:
Index: koha/search.marc/search.pl
diff -u koha/search.marc/search.pl:1.29 koha/search.marc/search.pl:1.30
--- koha/search.marc/search.pl:1.29	Wed Oct 26 09:13:37 2005
+++ koha/search.marc/search.pl	Fri Mar 24 13:20:58 2006
@@ -155,10 +155,10 @@
 	    # detail.pl
 	    my $marc_bool = C4::Context->boolean_preference("MARC") || 0;
 	    if ($marc_bool eq "1") {                              
-		print $query->redirect("/cgi-bin/koha/MARCdetail.pl?biblionumber=".@$results[0]->{biblionumber});
+		print $query->redirect("/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=".@$results[0]->{biblionumber});
 	    }
 	    else {
-		print $query->redirect("/cgi-bin/koha/detail.pl?biblionumber=".@$results[0]->{biblionumber});
+		print $query->redirect("/cgi-bin/koha/catalogue/detail.pl?biblionumber=".@$results[0]->{biblionumber});
 	    }
 		 exit
 	}





More information about the Koha-cvs mailing list