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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +7 lines)
Lines 10462-10467 foreach my $file ( sort readdir $dirh ) { Link Here
10462
    }
10462
    }
10463
}
10463
}
10464
10464
10465
$DBversion = "XXX";
10466
if ( CheckVersion($DBversion) ) {
10467
    $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('OPACPasswordStrength','0','','Display password strength indicator on OPAC.','YesNo')");
10468
    print "Upgrade to $DBversion done (Bug 13664: Add password strength plugin)\n";
10469
    SetVersion ($DBversion);
10470
}
10471
10465
=head1 FUNCTIONS
10472
=head1 FUNCTIONS
10466
10473
10467
=head2 TableExists($table)
10474
=head2 TableExists($table)
10468
- 

Return to bug 13664