WHERE (PortalUserId = '.$this->GetID().') AND (GroupId = '.$group_id.')';
return$this->Conn->GetOne($sql);
}
/**
* Creates a record in the database table with current item' values
*
* @param mixed $force_id Set to TRUE to force creating of item's own ID or to value to force creating of passed id. Do not pass 1 for true, pass exactly TRUE!