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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +7 lines)
Lines 10479-10484 foreach my $file ( sort readdir $dirh ) { Link Here
10479
    }
10479
    }
10480
}
10480
}
10481
10481
10482
$DBversion = "XXX";
10483
if ( CheckVersion($DBversion) ) {
10484
    $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('OPACPasswordStrength','0','','Display password strength indicator on OPAC.','YesNo')");
10485
    print "Upgrade to $DBversion done (Bug 13664: Add password strength plugin)\n";
10486
    SetVersion ($DBversion);
10487
}
10488
10482
=head1 FUNCTIONS
10489
=head1 FUNCTIONS
10483
10490
10484
=head2 TableExists($table)
10491
=head2 TableExists($table)
10485
- 

Return to bug 13664