- Timestamp:
- Feb 25, 2015 5:25:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/controllers/user.php
r765 r767 40 40 0 => "Tất cả", 41 41 1 => "Äã ÄÄng kÜ", 42 2 => "Dùng thá»" 42 2 => "Dùng thá»", 43 3=> "Dùng thá» hạn chế", 44 4=> "Hết hạn" 43 45 ); 44 46 $data ['status'] = 0; … … 80 82 if ($userinfo) { 81 83 $u ['username'] = $userinfo ['username']; 84 $u['fullname'] = $userinfo['fullname']; 82 85 } 83 86 array_push ( $users, $u );
Note: See TracChangeset
for help on using the changeset viewer.