Skip to content

Commit

Permalink
Merge pull request #766 from openva/deploy
Browse files Browse the repository at this point in the history
Sync hot fixes
  • Loading branch information
waldoj authored Dec 26, 2023
2 parents 994e4d0 + 92a8ef0 commit cc34456
Show file tree
Hide file tree
Showing 5 changed files with 824 additions and 436 deletions.
2 changes: 1 addition & 1 deletion htdocs/includes/class.District.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public function info($chamber, $number)
FROM districts
WHERE
date_ended = "0000-00-00"
AND chamber=' . mysqli_real_escape_string($GLOBALS['db'], $chamber) . '
AND chamber="' . mysqli_real_escape_string($GLOBALS['db'], $chamber) . '"
AND number=' . mysqli_real_escape_string($GLOBALS['db'], $number);

$result = mysqli_query($GLOBALS['db'], $sql);
Expand Down
Loading

0 comments on commit cc34456

Please sign in to comment.