diff options
| -rw-r--r-- | food_search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/food_search.php b/food_search.php index 69ff15d..3466a00 100644 --- a/food_search.php +++ b/food_search.php @@ -256,7 +256,7 @@ if ( $db->_rowCount > 0 ) { } else { $searchResults[$idx]['food'] = $row['ndb_no']; $searchResults[$idx]['category'] = $row['fdgrp_cd']; - $searchResults[$idx]['description'] = $row['foodDesc']; + $searchResults[$idx]['foodDesc'] = $row['foodDesc']; } } } else { |
