You are here

function sheetnode_field in Sheetnode 5

Implementation of hook_field().

File

./sheetnode.module, line 462

Code

function sheetnode_field($op, &$node, $field, &$items, $teaser, $page) {
  switch ($op) {
    case 'insert':
    case 'update':
      break;
  }
}