You are here

function download_count_nodeapi_OLD in Download Count 7.2

Implements hook_nodeapi().

File

./download_count.module, line 110
Tracks file downloads for files stored in the drupal files table using the private files setting or custom private filefield.

Code

function download_count_nodeapi_OLD(&$node, $op, $teaser) {

  // TODO Remaining code in this function needs to be moved to the appropriate new hook function.
  $result = array();
}