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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +6 lines)
Lines 10468-10473 if ( CheckVersion($DBversion) ) { Link Here
10468
    print "Upgrade to $DBversion done (Bug 13664: Add password strength plugin)\n";
10468
    print "Upgrade to $DBversion done (Bug 13664: Add password strength plugin)\n";
10469
    SetVersion ($DBversion);
10469
    SetVersion ($DBversion);
10470
}
10470
}
10471
$DBversion = "XXX";
10472
if ( CheckVersion($DBversion) ) {
10473
    $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('PasswordStrength','0','','Display password strength indicator in Staff Client.','YesNo')");
10474
    print "Upgrade to $DBversion done (Bug 13664: Add password strength plugin)\n";
10475
    SetVersion ($DBversion);
10476
}
10471
10477
10472
=head1 FUNCTIONS
10478
=head1 FUNCTIONS
10473
10479
10474
- 

Return to bug 13664