retrieve($_REQUEST['record']); global $app_list_strings, $current_user, $mod_strings; $this->ss->assign('APP_LIST_STRINGS', $app_list_strings); if($current_user->id == $focus->assigned_user_id || $current_user->is_admin){ $this->ss->assign('OWNER_ONLY', true); } else{ $this->ss->assign('OWNER_ONLY', false); } $this->ss->assign("IS_TEMPLATE", 0); parent::display(); } }