fix: Entferne doppeltes mysqli_stmt->close() in add_article.php
All checks were successful
Docker Build & Push / build-and-push (push) Successful in 12s
All checks were successful
Docker Build & Push / build-and-push (push) Successful in 12s
This commit is contained in:
@@ -40,7 +40,6 @@ if ($household_id_for_user) {
|
||||
if (!in_array($row['id'], $household_member_ids)) { $household_member_ids[] = $row['id']; }
|
||||
}
|
||||
$stmt_members->close();
|
||||
$stmt_members->close();
|
||||
}
|
||||
$placeholders = implode(',', array_fill(0, count($household_member_ids), '?'));
|
||||
$types = str_repeat('i', count($household_member_ids));
|
||||
|
||||
Reference in New Issue
Block a user