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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +6 lines)
Lines 10485-10490 if ( CheckVersion($DBversion) ) { Link Here
10485
    print "Upgrade to $DBversion done (Bug 13664: Add password strength plugin)\n";
10485
    print "Upgrade to $DBversion done (Bug 13664: Add password strength plugin)\n";
10486
    SetVersion ($DBversion);
10486
    SetVersion ($DBversion);
10487
}
10487
}
10488
$DBversion = "XXX";
10489
if ( CheckVersion($DBversion) ) {
10490
    $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('PasswordStrength','0','','Display password strength indicator in Staff Client.','YesNo')");
10491
    print "Upgrade to $DBversion done (Bug 13664: Add password strength plugin)\n";
10492
    SetVersion ($DBversion);
10493
}
10488
10494
10489
=head1 FUNCTIONS
10495
=head1 FUNCTIONS
10490
10496
10491
- 

Return to bug 13664