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_feeds/FeedsDrupalUserLdapEntryFetcher.inc
110 110
    $form['filterLdapAuthenticated'] = array(
111 111
      '#type' => 'checkbox',
112 112
      '#title' => t('Only return ldap authenticated users.'),
113
      '#default_value' =>  $this->config['filterLdapAuthenticated'],
113
      '#default_value' => $this->config['filterLdapAuthenticated'],
114 114
      '#description' => t('If checked, only users who are associated with ldap accounts will be returned.'),
115 115
    );
116 116

  
......
129 129
   */
130 130
  public function sourceForm($source_config) {
131 131
    $tokens = array(
132
      '!edit_link' => l(t('Edit Feed'), 'admin/structure/feeds/edit/' . $this->id),
132
      '!edit_link' => l(t('Edit Feed'), 'admin/structure/feeds/' . $this->id),
133 133
    );
134 134

  
135 135
    $form_state = array();

Formats disponibles : Unified diff