fixed call to nonexistant function

This commit is contained in:
Roland Gruber 2005-04-16 10:38:27 +00:00
parent de019cd773
commit 2814d761fe
1 changed files with 0 additions and 4 deletions

View File

@ -328,10 +328,6 @@ foreach( $attrs as $attr => $vals ) {
$user_password = $vals[0];
$enc_type = get_enc_type( $user_password );
// Set the default hashing type if the password is blank (must be newly created)
if( $user_password == '' ) {
$enc_type = get_default_hash();
}
?>
<input type="hidden"