Index: emfield.cck.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/emfield/Attic/emfield.cck.inc,v retrieving revision 1.1.2.5 diff -u -r1.1.2.5 emfield.cck.inc --- emfield.cck.inc 25 Jul 2008 11:45:51 -0000 1.1.2.5 +++ emfield.cck.inc 25 Jul 2008 22:23:10 -0000 @@ -35,6 +35,8 @@ /** * Implementation of hook_emfield_field(). + * + * This private function is returned directly by emfield_emfield_field(). */ function _emfield_emfield_field($op, &$node, $field, &$items, $teaser, $page, $module) { switch ($op) {