/[drupal]/contributions/modules/ldap_integration/ldapdata.module
ViewVC logotype

Diff of /contributions/modules/ldap_integration/ldapdata.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.28, Tue Mar 31 14:12:55 2009 UTC revision 1.29, Tue Jul 28 14:03:05 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: ldapdata.module,v 1.27 2009/03/30 12:12:22 miglius Exp $  // $Id: ldapdata.module,v 1.28 2009/03/31 14:12:55 miglius Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 66  function ldapdata_menu() { Line 66  function ldapdata_menu() {
66        'access arguments' => array('administer ldap modules'),        'access arguments' => array('administer ldap modules'),
67        'file' => 'ldapdata.admin.inc',        'file' => 'ldapdata.admin.inc',
68      ),      ),
69        'admin/settings/ldap/ldapdata/edit/%/test' => array(
70          'title' => 'Test LDAP Server',
71          'page callback' => '_ldapdata_ajax_test',
72          'page arguments' => array(5),
73          'type' => MENU_CALLBACK,
74          'access arguments' => array('administer ldap modules'),
75          'file' => 'ldapdata.admin.inc',
76        ),
77      'admin/settings/ldap/ldapdata/reset' => array(      'admin/settings/ldap/ldapdata/reset' => array(
78        'title' => 'Data',        'title' => 'Data',
79        'page callback' => 'drupal_get_form',        'page callback' => 'drupal_get_form',

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

  ViewVC Help
Powered by ViewVC 1.1.2