Skip to content

Commit

Permalink
Fix manufacturers box (report #61)
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldpdl committed Nov 12, 2010
1 parent 1897abe commit 022e3e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catalog/includes/modules/boxes/bm_manufacturers.php
Expand Up @@ -46,9 +46,9 @@ function getData() {
$manufacturers_list .= '<a href="' . tep_href_link(FILENAME_DEFAULT, 'manufacturers_id=' . $manufacturers['manufacturers_id']) . '">' . $manufacturers_name . '</a><br />'; $manufacturers_list .= '<a href="' . tep_href_link(FILENAME_DEFAULT, 'manufacturers_id=' . $manufacturers['manufacturers_id']) . '">' . $manufacturers_name . '</a><br />';
} }


$manufacturers_list = substr($manufacturers_list, 0, -4); $manufacturers_list = substr($manufacturers_list, 0, -6);


$data = $manufacturers_list; $content = $manufacturers_list;
} else { } else {
// Display a drop-down // Display a drop-down
$manufacturers_array = array(); $manufacturers_array = array();
Expand Down

0 comments on commit 022e3e1

Please sign in to comment.