You are here

function theme_nodereference_autocomplete in Content Construction Kit (CCK) 6

Same name and namespace in other branches
  1. 6.3 modules/nodereference/nodereference.module \theme_nodereference_autocomplete()
  2. 6.2 modules/nodereference/nodereference.module \theme_nodereference_autocomplete()

File

modules/nodereference/nodereference.module, line 702
Defines a field type for referencing one node from another.

Code

function theme_nodereference_autocomplete($element) {
  return $element['#children'];
}