Bugzilla – Attachment 21680 Details for
Bug 10602
Set a default value for authorities
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 10602 - followup to remove tabs
PASSED-QA-Bug-10602---followup-to-remove-tabs.patch (text/plain), 2.47 KB, created by
Katrin Fischer
on 2013-09-30 17:54:10 UTC
(
hide
)
Description:
[PASSED QA] Bug 10602 - followup to remove tabs
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-09-30 17:54:10 UTC
Size:
2.47 KB
patch
obsolete
>From 10ab134fe0fb5a9f862cc54580767de75ac5a886 Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Mon, 30 Sep 2013 12:19:29 -0300 >Subject: [PATCH] [PASSED QA] Bug 10602 - followup to remove tabs > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > admin/auth_subfields_structure.pl | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/admin/auth_subfields_structure.pl b/admin/auth_subfields_structure.pl >index b4f9512..d9f10b4 100755 >--- a/admin/auth_subfields_structure.pl >+++ b/admin/auth_subfields_structure.pl >@@ -387,10 +387,10 @@ if ($op eq 'add_form') { > $template->param(tagfield => "$input->param('tagfield')"); > # my $sth=$dbh->prepare("replace auth_subfield_structure (authtypecode,tagfield,tagsubfield,liblibrarian,libopac,repeatable,mandatory,kohafield,tab,seealso,authorised_value,frameworkcode,value_builder,hidden,isurl) > # values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)"); >- my $sth_insert = $dbh->prepare("insert into auth_subfield_structure (authtypecode,tagfield,tagsubfield,liblibrarian,libopac,repeatable,mandatory,kohafield,tab,seealso,authorised_value,frameworkcode,value_builder,hidden,isurl,defaultvalue) >- values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)"); >- my $sth_update = $dbh->prepare("update auth_subfield_structure set authtypecode=?, tagfield=?, tagsubfield=?, liblibrarian=?, libopac=?, repeatable=?, mandatory=?, kohafield=?, tab=?, seealso=?, authorised_value=?, frameworkcode=?, value_builder=?, hidden=?, isurl=?, defaultvalue=? >- where authtypecode=? and tagfield=? and tagsubfield=?"); >+ my $sth_insert = $dbh->prepare("insert into auth_subfield_structure (authtypecode,tagfield,tagsubfield,liblibrarian,libopac,repeatable,mandatory,kohafield,tab,seealso,authorised_value,frameworkcode,value_builder,hidden,isurl,defaultvalue) >+ values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)"); >+ my $sth_update = $dbh->prepare("update auth_subfield_structure set authtypecode=?, tagfield=?, tagsubfield=?, liblibrarian=?, libopac=?, repeatable=?, mandatory=?, kohafield=?, tab=?, seealso=?, authorised_value=?, frameworkcode=?, value_builder=?, hidden=?, isurl=?, defaultvalue=? >+ where authtypecode=? and tagfield=? and tagsubfield=?"); > my @tagsubfield = $input->param('tagsubfield'); > my @liblibrarian = $input->param('liblibrarian'); > my @libopac = $input->param('libopac'); >-- >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 10602
:
19718
|
21181
|
21566
|
21659
|
21664
|
21665
|
21679
| 21680