View | Details | Raw Unified | Return to bug 23109
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug_23109_improve_staffaccess_description.perl (-2 / +1 lines)
Lines 2-6 $DBversion = 'XXX'; # will be replaced by the RM Link Here
2
if( CheckVersion( $DBversion ) ) {
2
if( CheckVersion( $DBversion ) ) {
3
    $dbh->do( "UPDATE userflags SET flagdesc = 'Allow staff members to modify permissions and passwords for other staff members' WHERE flag = 'staffaccess'" );
3
    $dbh->do( "UPDATE userflags SET flagdesc = 'Allow staff members to modify permissions and passwords for other staff members' WHERE flag = 'staffaccess'" );
4
    SetVersion( $DBversion );
4
    SetVersion( $DBversion );
5
    print "Upgrade to $DBversion done (Bug 23109 - Improve description of staffacess permissiony)\n";
5
    print "Upgrade to $DBversion done (Bug 23109 - Improve description of staffaccess permission)\n";
6
}
6
}
7
- 

Return to bug 23109