git-svn-id: http://xe-core.googlecode.com/svn/trunk@721 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-27 09:50:38 +00:00
parent b5208c52b8
commit ef1f759a87
12 changed files with 187 additions and 81 deletions

View file

@ -18,7 +18,10 @@
**/
function procLogin($user_id, $password) {
// 변수 정리
if(!$user_id) $user_id = Context::get('user_id');
$user_id = trim($user_id);
if(!$password) $password = Context::get('password');
$password = trim($password);
// 이메일 주소나 비밀번호가 없을때 오류 return