Projet

Général

Profil

Révision bc175c27

Ajouté par Assos Assos il y a plus de 5 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ldap/ldap_query/LdapQueryAdmin.class.php
6 6
 *
7 7
 */
8 8

  
9

  
10

  
11 9
module_load_include('php', 'ldap_query', 'LdapQuery.class');
12 10

  
13 11
class LdapQueryAdmin extends LdapQuery {
......
143 141
  public function getActions() {
144 142
    $switch = ($this->status ) ? 'disable' : 'enable';
145 143
    $actions = array();
146
    $actions[] =  l(t('edit'), LDAP_QUERY_MENU_BASE_PATH . '/query/edit/' . $this->qid);
144
    $actions[] = l(t('edit'), LDAP_QUERY_MENU_BASE_PATH . '/query/edit/' . $this->qid);
147 145
    if (property_exists($this, 'type')) {
148 146
      if ($this->type == 'Overridden') {
149 147
          $actions[] = l(t('revert'), LDAP_QUERY_MENU_BASE_PATH . '/query/delete/' . $this->qid);

Formats disponibles : Unified diff