- Timestamp:
- Apr 23, 2015 12:00:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/frontend/controllers/user.php
r884 r906 286 286 if (strlen($input['province']) == 0) { 287 287 $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"); 288 291 } 289 292 $input['password'] = '';
Note: See TracChangeset
for help on using the changeset viewer.