From 2814d761fe4fb027050162b70ce7df6c4ace6e0f Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 16 Apr 2005 10:38:27 +0000 Subject: [PATCH] fixed call to nonexistant function --- lam/templates/tree/edit.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lam/templates/tree/edit.php b/lam/templates/tree/edit.php index d72021fe..c08c134a 100644 --- a/lam/templates/tree/edit.php +++ b/lam/templates/tree/edit.php @@ -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(); - } ?>