Projet

Général

Profil

Révision 5d12d676

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/modules/aggregator/views_handler_argument_aggregator_iid.inc
11 11
 * @ingroup views_argument_handlers
12 12
 */
13 13
class views_handler_argument_aggregator_iid extends views_handler_argument_numeric {
14

  
14 15
  /**
15 16
   * Override the behavior of title(). Get the title of the category.
16 17
   */
17
  function title_query() {
18
  public function title_query() {
18 19
    $titles = array();
19 20
    $placeholders = implode(', ', array_fill(0, sizeof($this->value), '%d'));
20 21

  
......
27 28
    }
28 29
    return $titles;
29 30
  }
31

  
30 32
}

Formats disponibles : Unified diff