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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +6 lines)
Lines 10509-10514 if ( CheckVersion($DBversion) ) { Link Here
10509
    print "Upgrade to $DBversion done (Bug 13664: Add password strength plugin)\n";
10509
    print "Upgrade to $DBversion done (Bug 13664: Add password strength plugin)\n";
10510
    SetVersion ($DBversion);
10510
    SetVersion ($DBversion);
10511
}
10511
}
10512
$DBversion = "XXX";
10513
if ( CheckVersion($DBversion) ) {
10514
    $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('PasswordStrength','0','','Display password strength indicator in Staff Client.','YesNo')");
10515
    print "Upgrade to $DBversion done (Bug 13664: Add password strength plugin)\n";
10516
    SetVersion ($DBversion);
10517
}
10512
10518
10513
=head1 FUNCTIONS
10519
=head1 FUNCTIONS
10514
10520
10515
- 

Return to bug 13664