Bugzilla – Attachment 181637 Details for
Bug 39325
Run codespell successfully on the whole codebase
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39325: (follow-up) Adjust DB
Bug-39325-follow-up-Adjust-DB.patch (text/plain), 1.06 KB, created by
Jonathan Druart
on 2025-04-29 07:27:46 UTC
(
hide
)
Description:
Bug 39325: (follow-up) Adjust DB
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-04-29 07:27:46 UTC
Size:
1.06 KB
patch
obsolete
>From 15454bc0fbf003c6df7f66b62e18cda21a987d6a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 29 Apr 2025 09:26:20 +0200 >Subject: [PATCH] Bug 39325: (follow-up) Adjust DB > >--- > installer/data/mysql/db_revs/220600059.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/installer/data/mysql/db_revs/220600059.pl b/installer/data/mysql/db_revs/220600059.pl >index 897e7f78e53..d264ebb3568 100755 >--- a/installer/data/mysql/db_revs/220600059.pl >+++ b/installer/data/mysql/db_revs/220600059.pl >@@ -12,6 +12,7 @@ return { > . "We want to notify you that your password has been changed. If you did not change it yourself (or requested that change), please contact library staff.\r\n\r\nYour library."; > $dbh->do( > q{INSERT IGNORE INTO letter (module, code, name, title, content, message_transport_type) VALUES ('members', 'PASSWORD_CHANGE', 'Notification of password change', 'Library account password change notification',?, 'email');}, >+ undef, > $message > ); > >-- >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 39325
:
179269
|
179270
|
179271
|
179272
|
179501
|
179502
|
179503
|
179504
|
179505
|
179506
|
179507
|
179508
|
179509
|
179510
|
179511
|
179512
|
179517
|
179518
|
179519
|
179522
|
179525
|
179527
|
179528
|
179529
|
179530
|
179531
|
179532
|
179533
|
179534
|
180137
|
180138
|
180139
|
180140
|
180141
|
180142
|
180143
|
180144
|
180145
|
180146
|
180147
|
180148
|
180149
|
180150
|
181510
|
181511
|
181512
|
181513
|
181514
|
181515
|
181516
|
181517
|
181518
|
181519
|
181520
|
181521
|
181522
|
181523
|
181611
|
181612
|
181613
|
181614
|
181615
|
181616
|
181617
|
181618
|
181619
|
181620
|
181621
| 181637 |
181651
|
181983