Bugzilla – Attachment 3710 Details for
Bug 5957
COiNS in the OPAC search results should be optional
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
2nd patch signed off
0002-Bug-5957-follow-up-use-comparison-operator-in-if.patch (text/plain), 1011 bytes, created by
claire.hernandez@biblibre.com
on 2011-04-05 15:50:32 UTC
(
hide
)
Description:
2nd patch signed off
Filename:
MIME Type:
Creator:
claire.hernandez@biblibre.com
Created:
2011-04-05 15:50:32 UTC
Size:
1011 bytes
patch
obsolete
>From aaa87549898d67559f394eed3ed7972206ba5add Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@bywatersolutions.com> >Date: Sat, 2 Apr 2011 17:55:45 -0400 >Subject: [PATCH 2/2] [SIGNED-OFF] Bug 5957 follow-up: use comparison operator in if > >The patch for bug 5957 used an assignment operator instead of a comparison >operator. Replace the assignment operator with the string comparison that was >desired. > >Signed-off-by: Claire Hernandez <claire.hernandez@biblibre.com> >--- > opac/opac-search.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/opac/opac-search.pl b/opac/opac-search.pl >index e2725fa..c30ee21 100755 >--- a/opac/opac-search.pl >+++ b/opac/opac-search.pl >@@ -84,7 +84,7 @@ else { > authnotrequired => ( C4::Context->preference("OpacPublic") ? 1 : 0 ), > } > ); >-if ($template_name = 'opac-results.tmpl') { >+if ($template_name eq 'opac-results.tmpl') { > $template->param('COinSinOPACResults' => C4::Context->preference('COinSinOPACResults')); > } > >-- >1.7.1 >
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 5957
:
3598
|
3678
|
3709
| 3710