Skip to content

Commit

Permalink
#38: Gather only manufacturers' fields needed
Browse files Browse the repository at this point in the history
  • Loading branch information
lat9 committed Apr 28, 2023
1 parent 4580d64 commit 85df3ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
//
if ($output_format !== 'print') {
$manufacturers = $db->Execute(
"SELECT *
"SELECT manufacturers_id, manufacturers_name
FROM " . TABLE_MANUFACTURERS . "
ORDER BY manufacturers_name ASC"
);
Expand Down

0 comments on commit 85df3ee

Please sign in to comment.