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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +7 lines)
Lines 10270-10275 while ( my $file = readdir $dirh ) { Link Here
10270
    my $rv = $installer->load_sql( $update_dir . $file ) ? 0 : 1;
10270
    my $rv = $installer->load_sql( $update_dir . $file ) ? 0 : 1;
10271
}
10271
}
10272
10272
10273
$DBversion = "XXX";
10274
if ( CheckVersion($DBversion) ) {
10275
    $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('OPACPasswordStrength','0','','Display password strength indicator on OPAC.','YesNo')");
10276
    print "Upgrade to $DBversion done (Bug 13664: Add password strength plugin)\n";
10277
    SetVersion ($DBversion);
10278
}
10279
10273
=head1 FUNCTIONS
10280
=head1 FUNCTIONS
10274
10281
10275
=head2 TableExists($table)
10282
=head2 TableExists($table)
10276
- 

Return to bug 13664