Ignore:
Timestamp:
Nov 18, 2014 10:10:04 AM (11 years ago)
Author:
quyenla
Message:

frontend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/frontend/controllers/user.php

    r542 r548  
    7575        parse_str($user_info['user'], $info);
    7676        if (isset($input['fullname'])) {
    77             if (strlen($input['fullname']) < 10) {
    78                 $result['errors'][] = "Vui lòng nhập tên đầy đủ tối thiểu 10 kí tá»±";
    79             }
    80             if (strlen($input['school']) < 10) {
    81                 $result['errors'][] = "Vui lòng nhập đơn vị quí vị đang cÃŽng tác tối thiểu 10 kí tá»±";               
     77            if (strlen($input['fullname']) < 1) {
     78                $result['errors'][] = "Vui lòng nhập họ tên đầy đủ tiếng Việt";
     79            }
     80            if (strlen($input['school']) < 1) {
     81                $result['errors'][] = "Vui lòng nhập đơn vị cÃŽng tác";               
    8282            }
    8383            if (!isset($result['errors'])) {
Note: See TracChangeset for help on using the changeset viewer.