Bugzilla – Attachment 9364 Details for
Bug 8027
Wrong order for parameters in Z39.50 SQL INSERT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-8207-fix-param-order-for-z3950-INSERT.patch (text/plain), 843 bytes, created by
Adrien SAURAT
on 2012-04-30 10:16:05 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Adrien SAURAT
Created:
2012-04-30 10:16:05 UTC
Size:
843 bytes
patch
obsolete
>From f21880d4483528ad7768e466ec214c950ba41b6f Mon Sep 17 00:00:00 2001 >From: Adrien Saurat <adrien.saurat@biblibre.com> >Date: Mon, 30 Apr 2012 12:15:13 +0200 >Subject: [PATCH] Bug 8207: fix param order for z3950 INSERT > >--- > admin/z3950servers.pl | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/admin/z3950servers.pl b/admin/z3950servers.pl >index 14603f6..3bc0ef2 100755 >--- a/admin/z3950servers.pl >+++ b/admin/z3950servers.pl >@@ -141,8 +141,8 @@ if ($op eq 'add_form') { > $checked, > $input->param( 'rank' ), > $input->param( 'syntax' ), >- $input->param( 'timeout' ), >- $input->param( 'encoding' ) ); >+ $input->param( 'encoding' ), >+ $input->param( 'timeout' ) ); > } > $sth->finish; > # END $OP eq ADD_VALIDATE >-- >1.7.4.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 8027
:
9364
|
9365