Skip to content

Commit

Permalink
Allow the new summaries-gathering code to run
Browse files Browse the repository at this point in the history
Toward #39.
  • Loading branch information
waldoj committed Jan 6, 2018
1 parent 6d9a3f4 commit 71f4590
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cron/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@
require 'summaries.php';
}

if ($type == 'summaries_new')
{
require 'summaries_new.php';
}

# Run full_text.php, which contains the functionality that gathers and stores the full text of each
# bill.
if (($type == 'all') || ($type == 'full_text'))
Expand Down

0 comments on commit 71f4590

Please sign in to comment.