Changeset 576 for pro-violet-viettel/sourcecode/application/modules/admin/controllers/smstemplate.php
- Timestamp:
- Nov 20, 2014 8:58:58 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/controllers/smstemplate.php
r411 r576 75 75 if (strlen($input['sms_content'])==0) 76 76 { 77 $result['errors'][]= "Ná»i dung tin nhắn khÃŽng ÄÆ°á»£c Äá» trá»ng";77 $result['errors'][]=array("content"=>"Ná»i dung tin nhắn khÃŽng ÄÆ°á»£c Äá» trá»ng","field"=>"sms_content"); 78 78 } 79 79 if (strlen($input['sms_reply'])==0) 80 80 { 81 $result['errors'][]= "Tin nhắn trả vá» khÃŽng ÄÆ°á»£c Äá» trá»ng";81 $result['errors'][]=array("content"=>"Tin nhắn trả vá» khÃŽng ÄÆ°á»£c Äá» trá»ng","field"=>"sms_reply"); 82 82 } 83 83 else … … 91 91 */ 92 92 } 93 if (strlen($input['commandcode'])==0) 94 { 95 $result['errors'][]=array("content"=>"Command code khÃŽng ÄÆ°á»£c Äá» trá»ng","field"=>"commandcode"); 96 } 93 97 if (strlen($input['service_id'])==0) 94 98 { 95 $result['errors'][]= "Mã dá»ch vụ khÃŽng ÄÆ°á»£c Äá» trá»ng";99 $result['errors'][]=array("content"=>"Service id khÃŽng ÄÆ°á»£c Äá» trá»ng","field"=>"service_id"); 96 100 } 97 101 else
Note: See TracChangeset
for help on using the changeset viewer.