You are here

function getlocations_id_load in Get Locations 6.2

Same name and namespace in other branches
  1. 6 getlocations.module \getlocations_id_load()
  2. 7.2 getlocations.module \getlocations_id_load()
  3. 7 getlocations.module \getlocations_id_load()

menu placeholder functions

File

./getlocations.module, line 158
Displays locations on a map. for Drupal 6 using version 3 googlemaps API

Code

function getlocations_id_load($arg) {
  return is_numeric($arg) && $arg > 0 ? $arg : FALSE;
}