Bugzilla – Attachment 90860 Details for
Bug 23109
Incomplete description for staffacccess permission
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23109: (follow-up) fix typo in upgrade script
Bug-23109-follow-up-fix-typo-in-upgrade-script.patch (text/plain), 1.22 KB, created by
Mark Tompsett
on 2019-06-20 16:43:08 UTC
(
hide
)
Description:
Bug 23109: (follow-up) fix typo in upgrade script
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2019-06-20 16:43:08 UTC
Size:
1.22 KB
patch
obsolete
>From 672dad5471fac93acbf6ae066a5da2bc7bfc0006 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Thu, 20 Jun 2019 16:42:22 +0000 >Subject: [PATCH] Bug 23109: (follow-up) fix typo in upgrade script > >--- > .../mysql/atomicupdate/bug_23109_improve_staffaccess_description.perl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_23109_improve_staffaccess_description.perl b/installer/data/mysql/atomicupdate/bug_23109_improve_staffaccess_description.perl >index e820a2142f..88dcbdaaab 100644 >--- a/installer/data/mysql/atomicupdate/bug_23109_improve_staffaccess_description.perl >+++ b/installer/data/mysql/atomicupdate/bug_23109_improve_staffaccess_description.perl >@@ -2,5 +2,5 @@ $DBversion = 'XXX'; # will be replaced by the RM > if( CheckVersion( $DBversion ) ) { > $dbh->do( "UPDATE userflags SET flagdesc = 'Allow staff members to modify permissions and passwords for other staff members' WHERE flag = 'staffaccess'" ); > SetVersion( $DBversion ); >- print "Upgrade to $DBversion done (Bug 23109 - Improve description of staffacess permissiony)\n"; >+ print "Upgrade to $DBversion done (Bug 23109 - Improve description of staffaccess permission)\n"; > } >-- >2.11.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 23109
:
90706
|
90860
|
90861
|
90862
|
90961
|
90962