Ignore:
Timestamp:
Apr 23, 2015 12:00:06 PM (10 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

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

    r884 r906  
    286286                                if (strlen($input['province']) == 0) {
    287287                    $result['errors'][] = array("content"=>lang('_SBG_PROVINCE_REQUIRED_MSG'),"field"=>"province");
     288                }
     289                                if (strlen($input['district']) == 0) {
     290                    $result['errors'][] = array("content"=>lang('_SBG_DISTRICT_REQUIRED_MSG'),"field"=>"district");
    288291                }
    289292                $input['password'] = '';
Note: See TracChangeset for help on using the changeset viewer.