Bugzilla – Attachment 147412 Details for
Bug 24499
Add new syspref EnhancedMessaging for central activation/desactivation of notifications
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24499: (QA follow-up) fix spelling
Bug-24499-QA-follow-up-fix-spelling.patch (text/plain), 1.48 KB, created by
Victor Grousset/tuxayo
on 2023-02-25 02:37:38 UTC
(
hide
)
Description:
Bug 24499: (QA follow-up) fix spelling
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2023-02-25 02:37:38 UTC
Size:
1.48 KB
patch
obsolete
>From bd580f62844522ce075a7ff52562497a7a270b40 Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Sat, 25 Feb 2023 03:35:32 +0100 >Subject: [PATCH] Bug 24499: (QA follow-up) fix spelling > >--- > .../atomicupdate/bug_24499-add_EnhancedMessaging_syspref.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_24499-add_EnhancedMessaging_syspref.pl b/installer/data/mysql/atomicupdate/bug_24499-add_EnhancedMessaging_syspref.pl >index 50bd5ecc47..d7fe4567c7 100755 >--- a/installer/data/mysql/atomicupdate/bug_24499-add_EnhancedMessaging_syspref.pl >+++ b/installer/data/mysql/atomicupdate/bug_24499-add_EnhancedMessaging_syspref.pl >@@ -6,6 +6,6 @@ return { > up => sub { > my ($args) = @_; > my ($dbh, $out) = @$args{qw(dbh out)}; >- $dbh->do(q{INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('EnhancedMessaging', '1', NULL, "Send/Don't send notifications througt misc/cronjobs/advance_notices.pl", 'YesNo') }); >+ $dbh->do(q{INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('EnhancedMessaging', '1', NULL, "Send/Don't send notifications through misc/cronjobs/advance_notices.pl", 'YesNo') }); > }, > }; >-- >2.39.2
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 24499
:
129834
|
145356
|
147411
|
147412
|
147413
|
176059
|
176060
|
176061