You are here

function la_update_http_requests in Location 7.3

Utility function to increment HTTP requests in a session variable.

1 call to la_update_http_requests()
la_geocode_worker in contrib/location_autofill/la.module
Handler to process single location per batch run.

File

contrib/location_autofill/la.module, line 212
Location autofill routines.

Code

function la_update_http_requests() {
  $_SESSION['http_request_count']++;
}