You are here

function location_newapi in Location 5.3

Temporary function to signify that this Location.module is using the 3.x api on Drupal 5.

File

./location.d5.inc, line 12
Drupal 5 specific routines.

Code

function location_newapi() {
  return TRUE;
}