aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDave Whiteland <dave@fury.ukcod.org.uk>2011-10-21 14:54:35 +0100
committerDave Whiteland <dave@mysociety.org>2012-03-23 13:44:16 +0000
commit2e13c3e6a428d51e3703a2d3cf18c83f55d4b3d2 (patch)
treea6e9028121644592cceb6040eb78a529199c2dec /bin
parent1743fccc9603432704ecbfd9bd10971511267b9d (diff)
important to remove dev hardcoded web-service switch, oops
Diffstat (limited to 'bin')
-rwxr-xr-xbin/send-reports2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/send-reports b/bin/send-reports
index abf0d95e1..3f8452285 100755
--- a/bin/send-reports
+++ b/bin/send-reports
@@ -212,7 +212,7 @@ while (my $row = $unsent->next) {
die 'Report not going anywhere for ID ' . $row->id . '!';
}
- if (mySociety::Config::get('STAGING_SITE') and 0) { ### FIXME DW forcing web send on dev FIXME ###
+ if (mySociety::Config::get('STAGING_SITE')) {
# on a staging server send emails to ourselves rather than the councils
@recips = ( mySociety::Config::get('CONTACT_EMAIL') );
$send_web = 0;