commented som debug console in map prof hook

This commit is contained in:
asus
2023-11-23 09:11:09 +01:00
parent 14723c240d
commit 7f23b73022
2 changed files with 8 additions and 8 deletions

Binary file not shown.

View File

@@ -59,14 +59,14 @@ function mp_ljdp_map() {
$events = mp_get_published_events(); // mp_get_events.php
//mp_console_log("events: ");
//mp_console_log($events);
foreach ($events as $event) {
if (gettype($event->categorie) === "array") {
mp_console_log($event->categorie);
}
if (str_starts_with($event->categorie, '["')) {
mp_console_log($event->categorie);
}
}
//foreach ($events as $event) {
// if (gettype($event->categorie) === "array") {
// mp_console_log($event->categorie);
// }
// if (str_starts_with($event->categorie, '["')) {
// mp_console_log($event->categorie);
// }
//}
$locations = mp_sort_events($events); // mp_get_locations.php
//mp_console_log("locations: ");