Bugzilla – Attachment 51004 Details for
Bug 12528
Enable staff to deny message setting access to patrons on the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12528: Add IGNORE to the INSERT statement
Bug-12528-Add-IGNORE-to-the-INSERT-statement.patch (text/plain), 1.10 KB, created by
Jonathan Druart
on 2016-04-29 14:53:44 UTC
(
hide
)
Description:
Bug 12528: Add IGNORE to the INSERT statement
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-04-29 14:53:44 UTC
Size:
1.10 KB
patch
obsolete
>From 64570ecfb7b6fd02e089d9380bd508367f35b206 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 29 Apr 2016 15:52:36 +0100 >Subject: [PATCH] Bug 12528: Add IGNORE to the INSERT statement > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > installer/data/mysql/atomicupdate/sysprefs_Bug12528.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/sysprefs_Bug12528.sql b/installer/data/mysql/atomicupdate/sysprefs_Bug12528.sql >index 793c119..2a9b675 100644 >--- a/installer/data/mysql/atomicupdate/sysprefs_Bug12528.sql >+++ b/installer/data/mysql/atomicupdate/sysprefs_Bug12528.sql >@@ -1,2 +1,2 @@ >-INSERT INTO systempreferences ( value, variable, options, explanation,type ) >+INSERT IGNORE INTO systempreferences ( value, variable, options, explanation,type ) > select value ,'EnhancedMessagingPreferencesOPAC', NULL, 'If ON, allows patrons to select to receive additional messages about items due or nearly due.', 'YesNo' from systempreferences where variable='EnhancedMessagingPreferences'; >-- >2.7.0
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 12528
:
29505
|
30259
|
30348
|
30349
|
30487
|
31047
|
36511
|
36512
|
36513
|
36818
|
44302
|
44820
|
44826
|
45885
|
45886
|
45962
|
46003
|
46015
|
46082
|
46156
|
46217
|
46218
|
50649
|
50650
|
50651
|
50652
|
50988
|
50989
|
51000
|
51001
|
51002
|
51003
| 51004