Bugzilla – Attachment 57589 Details for
Bug 17391
ReturnpathDefault and ReplyToDefault missing from syspref.sql
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17391: Add atomic update file
Bug-17391-Add-atomic-update-file.patch (text/plain), 1.02 KB, created by
Jonathan Druart
on 2016-11-17 09:01:51 UTC
(
hide
)
Description:
Bug 17391: Add atomic update file
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-11-17 09:01:51 UTC
Size:
1.02 KB
patch
obsolete
>From 5e6e52d4c7947dc6e544219d06bb38d1443b3651 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 17 Nov 2016 08:58:55 +0000 >Subject: [PATCH] Bug 17391: Add atomic update file > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > installer/data/mysql/atomicupdate/bug_17391.sql | 2 ++ > 1 file changed, 2 insertions(+) > create mode 100644 installer/data/mysql/atomicupdate/bug_17391.sql > >diff --git a/installer/data/mysql/atomicupdate/bug_17391.sql b/installer/data/mysql/atomicupdate/bug_17391.sql >new file mode 100644 >index 0000000..b3cfd74 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_17391.sql >@@ -0,0 +1,2 @@ >+INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('ReplytoDefault', '', NULL, 'The default email address to be set as replyto.', 'Free'); >+INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('ReturnpathDefault', '', NULL, 'The default email address to be set as return-path', 'Free'); >-- >2.1.4
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 17391
:
56570
|
57588
|
57589
|
57590
|
57699
|
57700
|
57701
|
57702