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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +6 lines)
Lines 10276-10281 if ( CheckVersion($DBversion) ) { Link Here
10276
    print "Upgrade to $DBversion done (Bug 13664: Add password strength plugin)\n";
10276
    print "Upgrade to $DBversion done (Bug 13664: Add password strength plugin)\n";
10277
    SetVersion ($DBversion);
10277
    SetVersion ($DBversion);
10278
}
10278
}
10279
$DBversion = "XXX";
10280
if ( CheckVersion($DBversion) ) {
10281
    $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('PasswordStrength','0','','Display password strength indicator in Staff Client.','YesNo')");
10282
    print "Upgrade to $DBversion done (Bug 13664: Add password strength plugin)\n";
10283
    SetVersion ($DBversion);
10284
}
10279
10285
10280
=head1 FUNCTIONS
10286
=head1 FUNCTIONS
10281
10287
10282
- 

Return to bug 13664