Skip to content

Commit

Permalink
fixes typo
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@517 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Kenzaburo Ito committed Nov 26, 2001
1 parent e161493 commit 7445de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core_user_API.php
Expand Up @@ -179,7 +179,7 @@ function process_plain_password( $p_password ) {
case CRYPT: return crypt( $p_password );
case PLAIN: return $p_password;
case MD5: return md5( $p_password );
defaut: return $p_password;
default: return $p_password;
}
}
### --------------------
Expand Down

0 comments on commit 7445de0

Please sign in to comment.