- Timestamp:
- Nov 18, 2014 10:10:04 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/frontend/controllers/user.php
r542 r548 75 75 parse_str($user_info['user'], $info); 76 76 if (isset($input['fullname'])) { 77 if (strlen($input['fullname']) < 1 0) {78 $result['errors'][] = "Vui lòng nháºp tên Äầy Äá»§ tá»i thiá»u 10 kà tá»±";79 } 80 if (strlen($input['school']) < 1 0) {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"; 82 82 } 83 83 if (!isset($result['errors'])) {
Note: See TracChangeset
for help on using the changeset viewer.