Changed Q3 to match with QID71

This commit is contained in:
2025-07-12 09:34:14 +01:00
parent 75d671218b
commit fc8bde55e8
3 changed files with 4 additions and 4 deletions

2
db.php
View File

@@ -143,7 +143,7 @@ $stmt = $pdo->prepare("
}
updateResponseQ2($pdo, $value, $responseId);
}
if ($qid == "QID70"){
if ($qid == "QID71"){
if ($value === 'null' || is_null($value)) {
$value = 0;
}