You are here

function _views_query::set_distinct in Views (for Drupal 7) 5

File

./views_query.inc, line 341

Class

_views_query

Code

function set_distinct($value = TRUE) {
  if (!($this->no_distinct && $value)) {
    $this->distinct = $value;
  }
}