summaryrefslogtreecommitdiff
path: root/modules/field/field.module
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-27 04:40:12 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-27 04:40:12 +0000
commit0259ee968ffa4db893e57a80931aaf9f8ae69e5e (patch)
treebb1a50b608ee02f5909c4c7f193235f1a9d20140 /modules/field/field.module
parent715d3e54325492cf6ef05f2311faa9a9c8296c15 (diff)
downloadbrdo-0259ee968ffa4db893e57a80931aaf9f8ae69e5e.tar.gz
brdo-0259ee968ffa4db893e57a80931aaf9f8ae69e5e.tar.bz2
#367567 by effulgentsia, yched, quicksketch, sun, and chx: Move AHAH-'add more' to the new generic AHAH callback, and add support for form definition functions being kept in non-.module files.
Diffstat (limited to 'modules/field/field.module')
-rw-r--r--modules/field/field.module17
1 files changed, 0 insertions, 17 deletions
diff --git a/modules/field/field.module b/modules/field/field.module
index 5781ae116..9115c87b4 100644
--- a/modules/field/field.module
+++ b/modules/field/field.module
@@ -156,23 +156,6 @@ function field_init() {
}
/**
- * Implement hook_menu().
- */
-function field_menu() {
- $items = array();
-
- // Callback for AHAH add more buttons.
- $items['field/js_add_more'] = array(
- 'page callback' => 'field_add_more_js',
- 'access arguments' => array('access content'),
- 'type' => MENU_CALLBACK,
- 'file' => 'field.form.inc',
- );
-
- return $items;
-}
-
-/**
* Implement hook_theme().
*/
function field_theme() {