added location indexes to filters
This commit is contained in:
@@ -81,14 +81,9 @@ function mp_ljdp_map() {
|
||||
//mp_console_log("php locations:");
|
||||
//mp_console_log($locations);
|
||||
|
||||
mp_console_log("php events:");
|
||||
mp_console_log($events);
|
||||
mp_console_log("php locations:");
|
||||
mp_console_log($locations);
|
||||
|
||||
$filters = mp_get_filters($events);
|
||||
//mp_console_log("php filters:");
|
||||
//mp_console_log($filters);
|
||||
mp_console_log("php filters:");
|
||||
mp_console_log($filters);
|
||||
|
||||
$to_add = array(
|
||||
"locations" => $locations,
|
||||
|
||||
Reference in New Issue
Block a user