Changeset 1340 for trunk

Show
Ignore:
Timestamp:
2008년 11월 17일 15시 12분 06초 (7 weeks ago)
Author:
yupmin
Message:

자기정보 수정 오류 수정

Location:
trunk/metabbs/app/controllers/account
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/metabbs/app/controllers/account/edit.php

    r1309 r1340  
    1616                $error->add('Please enter a valid \'Your E-Mail Address\'', 'email'); 
    1717 
    18         if (!empty($account->url) && !Validate::domain($account->url)) 
    19                 $error->add('Please enter a valid \'Homepage Address\'', 'url');         
     18//      if (!empty($account->url) && !Validate::domain($account->url)) 
     19//              $error->add('Please enter a valid \'Homepage Address\'', 'url');         
    2020 
    2121        if(!$error->exists()) { 
  • trunk/metabbs/app/controllers/account/signup.php

    r1309 r1340  
    2626                $error->add('Please enter a valid \'Your E-Mail Address\'', 'email'); 
    2727 
    28         if (!empty($info['url']) && !Validate::domain($info['url'])) 
    29                 $error->add('Please enter a valid \'Homepage Address\'', 'url'); 
     28//      if (!empty($info['url']) && !Validate::domain($info['url'])) 
     29//              $error->add('Please enter a valid \'Homepage Address\'', 'url'); 
    3030 
    3131        if (!(isset($captcha) && $captcha->ready() && $captcha->is_valid($_POST)