You are here

function biblio_admin_ahah in Bibliography Module 6

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

Default page callback for batches.

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

File

./biblio.admin.inc, line 26

Code

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