summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-02-01 06:48:15 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-02-01 06:48:15 +0000
commit5e2ad8e43cc6e5aad12a5b4be3d310477498d3b4 (patch)
treee56890eb11e3920e05d0cd97348e462b8ab499b9 /modules/system
parentf12b1b637f748051c1fd9e260881208092bf913b (diff)
downloadbrdo-5e2ad8e43cc6e5aad12a5b4be3d310477498d3b4.tar.gz
brdo-5e2ad8e43cc6e5aad12a5b4be3d310477498d3b4.tar.bz2
#360128 by quicksketch: Create centralized ahah callback to reduce duplicate code.
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.module6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 4f8e7983b..e3c7acaed 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -408,6 +408,12 @@ function system_menu() {
'access callback' => TRUE,
'type' => MENU_CALLBACK,
);
+ $items['system/ahah'] = array(
+ 'title' => 'AHAH callback',
+ 'page callback' => 'form_ahah_callback',
+ 'access callback' => TRUE,
+ 'type' => MENU_CALLBACK,
+ );
$items['system/timezone'] = array(
'title' => 'Time zone',
'page callback' => 'system_timezone',