Bugzilla – Attachment 21734 Details for
Bug 10486
Allow external Z39.50 targets to be searched from the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10486 - Followup: Minor typo fixes
Bug-10486---Followup-Minor-typo-fixes.patch (text/plain), 1.75 KB, created by
Jesse Weaver
on 2013-10-02 20:21:28 UTC
(
hide
)
Description:
Bug 10486 - Followup: Minor typo fixes
Filename:
MIME Type:
Creator:
Jesse Weaver
Created:
2013-10-02 20:21:28 UTC
Size:
1.75 KB
patch
obsolete
>From 5158ce2bb1637c8bb98befef82c9fa6385528f79 Mon Sep 17 00:00:00 2001 >From: Jesse Weaver <pianohacker@gmail.com> >Date: Wed, 2 Oct 2013 14:20:47 -0600 >Subject: [PATCH] Bug 10486 - Followup: Minor typo fixes > >--- > installer/data/mysql/updatedatabase.pl | 2 +- > opac/opac-external-search.pl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 0bbeb66..d7d9ea0 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -7182,7 +7182,7 @@ CREATE TABLE `external_target_restrictions` ( > KEY `target_id` (`target_id`), > CONSTRAINT `external_target_restrictions_ibfk_1` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`) ON DELETE CASCADE, > CONSTRAINT `external_target_restrictions_ibfk_2` FOREIGN KEY (`target_id`) REFERENCES `external_targets` (`target_id`) ON DELETE CASCADE >-) ENGINE=InnoDB DEFAULT CHARSET=utf >+) ENGINE=InnoDB DEFAULT CHARSET=utf8 > } ); > print "Upgrade to $DBversion done (Bug 10486 - Allow external Z39.50 targets to be searched from the OPAC)\n"; > SetVersion($DBversion); >diff --git a/opac/opac-external-search.pl b/opac/opac-external-search.pl >index bbbf2c5..70737e2 100755 >--- a/opac/opac-external-search.pl >+++ b/opac/opac-external-search.pl >@@ -52,7 +52,7 @@ foreach my $syntax ( qw( MARC21 UNIMARC NORMARC ) ) { > push @xsltResultStylesheets, { syntax => $syntax, url => $& }; > } > >- if ( XSLTGetFilename( $syntax, 'OPACXSLTDetailDisplay' ) =~ m,/opac-tmpl/.*|^https:?.*, ) { >+ if ( XSLTGetFilename( $syntax, 'OPACXSLTDetailsDisplay' ) =~ m,/opac-tmpl/.*|^https:?.*, ) { > push @xsltDetailStylesheets, { syntax => $syntax, url => $& }; > } > } >-- >1.8.4.rc3
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 10486
:
19142
|
19143
|
19226
|
19227
|
19680
|
21687
|
21734
|
22084
|
22540
|
23109
|
23112
|
23113
|
24036
|
24206
|
24207
|
24208
|
25235
|
25236
|
25979
|
26002
|
26017
|
26129
|
26804
|
26988
|
27275
|
27276
|
27438
|
27439
|
27440
|
27559
|
27756
|
27781
|
27783
|
27785
|
27786
|
27787
|
27788
|
27789
|
27790