Fixes for issues:
Fixes the following issues: #1883432: Can't delete a yelp block once it is created #1896088: API call returning category_filter error
Fixed a bug with converting miles to km that was resulting in a YELP API error message "AREA TO LARGE" resulting in now results being returned.
- Change the way yelp_api_filter_data() was filtering columns so taht it uses drupal_get_schema() instead - fix typo with search_parameters variable that was producing invalid results.
fix an issue with a variable typo that was breaking search parameters as well as a fix for PHP Notice errors.
A complete rewrite of the Yelp Search results module for Drupal 7.
Module has been split into two different modules.
Yelp API -The Yelp API module provides the necessary functions and hooks to query the Yelp API and return results.
Yelp Blocks The Yelp Blocks module provides custom blocks to display Yelp API search results.
Drupal 7 release of Yelp module.
Thanks to jeffschuler for the patch.
Added icon for module for use with the Admin module
Inital release of module