CIM37 - Country view

This commit is contained in:
“VeLiTi”
2024-04-02 21:44:07 +02:00
parent 3c0c157904
commit 391aa91341
8 changed files with 786 additions and 6 deletions

View File

@@ -140,6 +140,12 @@ switch ($action) {
break;
case 'geolocation':
$sql = 'SELECT e.* FROM equipment e '.$whereclause.'';
break;
default:
# code...
break;
@@ -188,6 +194,10 @@ switch ($action) {
case 'warrantyforecast':
$messages = $stmt->fetchAll(PDO::FETCH_ASSOC);
break;
case 'geolocation':
$messages = $stmt->fetchAll(PDO::FETCH_ASSOC);
break;
}