You are here

function comment_upload_views_tables in Comment Upload 5

Implementation of hook_views_tables.

See also

_comment_upload_views_tables

File

./comment_upload.module, line 361

Code

function comment_upload_views_tables() {
  require_once drupal_get_path('module', 'comment_upload') . '/comment_upload_views.inc';
  return _comment_upload_views_tables();
}