Bugzilla – Attachment 29866 Details for
Bug 9961
Truncation and QueryAutoTruncate not working properly with new QueryParser
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix the ProhibitedSubroutinePrototypes QA critical error by removing the ($) from the GetMandatoryFieldZ3950 function
Fix-the-ProhibitedSubroutinePrototypes-QA-critical.patch (text/plain), 833 bytes, created by
Eric Bégin
on 2014-07-18 18:40:09 UTC
(
hide
)
Description:
Fix the ProhibitedSubroutinePrototypes QA critical error by removing the ($) from the GetMandatoryFieldZ3950 function
Filename:
MIME Type:
Creator:
Eric Bégin
Created:
2014-07-18 18:40:09 UTC
Size:
833 bytes
patch
obsolete
>From 8ec1a3879f977f7b4d3415088930c5ef8c798df4 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Eric=20B=C3=A9gin?= <Eric.Begin@inLibro.com> >Date: Fri, 18 Jul 2014 14:13:59 -0400 >Subject: [PATCH] Fix the ProhibitedSubroutinePrototypes QA critical error by > removing the ($) from the GetMandatoryFieldZ3950 function > >http://bugs.koha-community.org/show_bug.cgi?id=9961 >--- > authorities/authorities.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/authorities/authorities.pl b/authorities/authorities.pl >index 100b2bb..25c979a 100755 >--- a/authorities/authorities.pl >+++ b/authorities/authorities.pl >@@ -351,7 +351,7 @@ sub CreateKey { > > =cut > >-sub GetMandatoryFieldZ3950($){ >+sub GetMandatoryFieldZ3950 { > my $authtypecode = shift; > > #Tags guessed (see GuessAuthTypeCode from AuthoritiesMarc.pm) >-- >1.7.9.5
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 9961
:
17904
|
17935
|
17976
|
18010
|
29866