commerce_line_item_ui.module
It seems that the comment wasn't closed properly in the lines 119 and 125:

/**
 * Implements hook_views_api().
 * <-- line 119
function commerce_line_item_ui_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'commerce_line_item_ui') . '/includes/views',
  );
}*/ <-- line 125

Comments

rszrama’s picture

Title: Comment wasn't closed properly in commerce_line_item_ui.module » Remove unused implementation of hook_views_api() in commerce_line_item_ui.module
Version: 7.x-1.7 » 7.x-1.x-dev
Category: bug » task

That was intentional, but I suppose there's no good reason to keep the code hanging around. We can always add it back in if we really needed a commerce_line_item_ui.views.inc.

vasike’s picture

Status: Active » Needs review
StatusFileSize
new962 bytes

here is the patch that makes the cleanup

rszrama’s picture

Issue summary: View changes
Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.