diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/make_css | 1 | ||||
-rwxr-xr-x | bin/send-comments | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bin/make_css b/bin/make_css index c362fda97..6b9a67e65 100755 --- a/bin/make_css +++ b/bin/make_css @@ -14,6 +14,7 @@ DIRECTORY=$(cd `dirname $0`/../web && pwd) # FixMyStreet uses compass + NEWSTYLE="fixmystreet bromley fixmybarangay" NEWSTYLE_REGEX=${NEWSTYLE// /\\|} for site in $NEWSTYLE; do diff --git a/bin/send-comments b/bin/send-comments index 0fb3a75b9..b1c1463ce 100755 --- a/bin/send-comments +++ b/bin/send-comments @@ -49,6 +49,7 @@ while ( my $council = $councils->next ) { 'problem.whensent' => { '!=' => undef }, 'problem.external_id' => { '!=' => undef }, 'problem.council' => { -like => '%' . $council->area_id .'%' }, + 'problem.send_method_used' => 'Open311', }, { join => 'problem', |