Ignore:
Timestamp:
Nov 13, 2014 6:27:55 PM (11 years ago)
Author:
quyenla
Message:

package resgister

File:
1 edited

Legend:

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

    r483 r490  
    2121                $aryParams = array();
    2222                parse_str($user_info['user'], $aryParams);             
    23                 $licenseAvailable = $this->User_model->checkLicense($aryParams['id']);
    24                 $licenseAvailable = $licenseAvailable == TRUE ? 'OK': '!OK';
    25                
     23                $licenseAvailable = $this->User_model->checkLicense($aryParams['id']); 
     24                $licenseAvailable = $licenseAvailable == TRUE ? 'OK': '!OK'; 
    2625                if ($user_info){
    2726                        $username = $user_info['username'];
Note: See TracChangeset for help on using the changeset viewer.