[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/search.marc search.pl
From: |
Henri-Damien LAURENT |
Subject: |
[Koha-cvs] koha/search.marc search.pl |
Date: |
Fri, 24 Mar 2006 13:20:59 +0000 |
CVSROOT: /cvsroot/koha
Module name: koha
Branch:
Changes by: Henri-Damien LAURENT <address@hidden> 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="address@hidden>{biblionumber});
+ print
$query->redirect("/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber="address@hidden>{biblionumber});
}
else {
- print
$query->redirect("/cgi-bin/koha/detail.pl?biblionumber="address@hidden>{biblionumber});
+ print
$query->redirect("/cgi-bin/koha/catalogue/detail.pl?biblionumber="address@hidden>{biblionumber});
}
exit
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/search.marc search.pl,
Henri-Damien LAURENT <=