Index: branches/sprocketcreative.com/sites/all/modules/addthis/addthis.views.inc =================================================================== --- branches/sprocketcreative.com/sites/all/modules/addthis/addthis.views.inc (revision 2357) +++ branches/sprocketcreative.com/sites/all/modules/addthis/addthis.views.inc (working copy) @@ -9,7 +9,8 @@ * Implementation of hook_views_data(). */ function addthis_views_data() { - // We're registering the 'custom_teasers' table. + $data = array(); + $data['node']['addthis'] = array( 'title' => t('AddThis'), 'help' => t('An AddThis button.'),