You are here

function download_count_block_OLD in Download Count 7.2

Implements hook_block().

File

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

Code

function download_count_block_OLD($op = 'list', $delta = 0, $edit = array()) {
}