Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Jan 3, 2024
1 parent c7d95b1 commit 529fa48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cron/bills.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@

# Now create the code to insert the bill or update the bill, depending
# on what the last query established for the preamble.
$sql .= 'number="' . $bill['number'] . '", session_id="' . $session_id.'",
chamber="' . $bill['chamber'] . '", catch_line="' . $bill['catch_line'].'",
$sql .= 'number="' . $bill['number'] . '", session_id="' . $session_id . '",
chamber="' . $bill['chamber'] . '", catch_line="' . $bill['catch_line'] . '",
chief_patron_id=
(SELECT id
FROM representatives
Expand Down

0 comments on commit 529fa48

Please sign in to comment.