Guest User

Untitled

a guest
Jan 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $query = $this->db->where('id', $user_id)->limit(1)->get($this->users_table)->row();
  2.  
  3. if ($query->skipped_get_started == 0)
  4. {
  5. return TRUE;
  6. }
  7.  
  8. return FALSE;
Add Comment
Please, Sign In to add comment