Merge branch 'Lasha_Kapanadze_process_import_branch' of http://192.168.1.93:8418/solocla/Moncler-Portal

This commit is contained in:
2024-10-28 11:37:26 +01:00
2 changed files with 6 additions and 1 deletions
@@ -417,4 +417,7 @@ function markForIntervention($id, $pdo)
$stmt->execute(['id' => $id]);
$query = "INSERT INTO notifications (`title`,`description`) VALUES ('Intervention Required', 'Intervention required for JSON entry with ID $id')";
$stmt = $pdo->prepare($query);
$stmt->execute();
}