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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +7 lines)
Lines 10503-10508 foreach my $file ( sort readdir $dirh ) { Link Here
10503
    }
10503
    }
10504
}
10504
}
10505
10505
10506
$DBversion = "XXX";
10507
if ( CheckVersion($DBversion) ) {
10508
    $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('OPACPasswordStrength','0','','Display password strength indicator on OPAC.','YesNo')");
10509
    print "Upgrade to $DBversion done (Bug 13664: Add password strength plugin)\n";
10510
    SetVersion ($DBversion);
10511
}
10512
10506
=head1 FUNCTIONS
10513
=head1 FUNCTIONS
10507
10514
10508
=head2 TableExists($table)
10515
=head2 TableExists($table)
10509
- 

Return to bug 13664