diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-12-14 14:31:41 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-12-15 00:11:06 +0000 |
commit | ac71de34b015176b44d35c83cf5e4a838ed75723 (patch) | |
tree | b5b1fcc1fc6932ddc8551818c3d00bef79f8e855 /bin | |
parent | 2d16a64009e3bd512bfe69dbf58f6091ab826049 (diff) |
Remove some linkages between area and body IDs.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/send-comments | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/send-comments b/bin/send-comments index 7520af17d..ed13f10ba 100755 --- a/bin/send-comments +++ b/bin/send-comments @@ -49,7 +49,7 @@ while ( my $body = $bodies->next ) { 'me.confirmed' => { '!=' => undef }, 'problem.whensent' => { '!=' => undef }, 'problem.external_id' => { '!=' => undef }, - 'problem.bodies_str' => { -like => '%' . $body->area_id .'%' }, + 'problem.bodies_str' => { -like => '%' . $body->id . '%' }, 'problem.send_method_used' => 'Open311', }, { |