Guest User

Untitled

a guest
Dec 13th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $uid = GNGHelper::getLoggedInUserID();
  2. $assignedGuideID = $tour->get('guide')->get('juser_id');
  3. $isCoord = GNGHelper::isLoggedInUserCoord();
  4.  
  5. if (($uid == $assignedGuideID) || ($isCoord === true)) {}
Add Comment
Please, Sign In to add comment