diff options
| -rw-r--r-- | get_content_list_inc.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/get_content_list_inc.php b/get_content_list_inc.php index dab0fca..36a5464 100644 --- a/get_content_list_inc.php +++ b/get_content_list_inc.php @@ -3,7 +3,7 @@ * get_content_list * * @author Christian Fowler> - * @version $Revision: 1.13 $ + * @version $Revision: 1.14 $ * @package liberty * @subpackage functions */ @@ -45,6 +45,10 @@ if ( !empty($_REQUEST['up_lat']) && !empty($_REQUEST['up_lng']) && !empty($_REQU $contentListHash['down']['lng'] = $_REQUEST['down_lng']; } +if (!empty($_REQUEST['geonotnull'])){ + $contentListHash['geonotnull'] = $_REQUEST['geonotnull']; +} + //bleck! wish this service call could be tied to a service name, instead of a specific key for the package if ( !empty($_REQUEST['pigeonholes']) ){ $contentListHash['pigeonholes'] = explode(",", $_REQUEST['pigeonholes']); |
