Bugzilla – Attachment 157201 Details for
Bug 35064
Syntax error in db_revs/220600072.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35064: Extra parenthesis in db_revs/220600072.pl
Bug-35064-Extra-parenthesis-in-dbrevs220600072pl.patch (text/plain), 982 bytes, created by
Blou
on 2023-10-16 15:09:01 UTC
(
hide
)
Description:
Bug 35064: Extra parenthesis in db_revs/220600072.pl
Filename:
MIME Type:
Creator:
Blou
Created:
2023-10-16 15:09:01 UTC
Size:
982 bytes
patch
obsolete
>From 6d19bf616552922d48260d1255afe42b45726564 Mon Sep 17 00:00:00 2001 >From: Blou <blou@inlibro.com> >Date: Mon, 16 Oct 2023 11:07:39 -0400 >Subject: [PATCH] Bug 35064: Extra parenthesis in db_revs/220600072.pl > >See Bug 34332. > >The same error it corrected is also present in the update process. > >This patch simply removes an extra parenthesis in the tt instruction. >--- > installer/data/mysql/db_revs/220600072.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/db_revs/220600072.pl b/installer/data/mysql/db_revs/220600072.pl >index 19b9c94597..52b7684527 100755 >--- a/installer/data/mysql/db_revs/220600072.pl >+++ b/installer/data/mysql/db_revs/220600072.pl >@@ -259,7 +259,7 @@ return { > [% IF credit.library %] > <tr> > <th colspan="2" class="centerednames"> >- <h2>[% payment.library.branchname ) | html %]</h2> >+ <h2>[% payment.library.branchname | html %]</h2> > </th> > </tr> > [% END %] >-- >2.34.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 35064
:
157201
|
157208