You are here

function biblio_admin_ahah in Bibliography Module 6.2

Same name and namespace in other branches
  1. 6 biblio.admin.inc \biblio_admin_ahah()

Default page callback for batches.

@todo: Is this function still needed?

1 string reference to 'biblio_admin_ahah'
biblio_menu in ./biblio.module
Implements hook_menu().

File

includes/biblio.admin.inc, line 33
Administrative files for the biblio module.

Code

function biblio_admin_ahah($form, $element, $value) {
  switch ($form) {
  }
}