diff options
author | matthew <matthew> | 2007-06-15 14:57:51 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-06-15 14:57:51 +0000 |
commit | c8b9fa5093ad0d841c0c252221a8244f62671639 (patch) | |
tree | 75fdc07f384b58f0a29e6e3a01a80396c7a72a28 /bin/send-questionnaires | |
parent | dee3420e5babae01aad2fa84cb45a1fefc16b93b (diff) |
Change name from Neighbourhood Fix-It to FixMyStreet. Use Gaze for
population density distance (same value as PB initially, might want
changing). Changes to front page, text changes elsewhere, remove
canonicalise_council as not needed any more, tidy code of confirmation
page.
Diffstat (limited to 'bin/send-questionnaires')
-rwxr-xr-x | bin/send-questionnaires | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/send-questionnaires b/bin/send-questionnaires index a13ab4faa..8bfde81d8 100755 --- a/bin/send-questionnaires +++ b/bin/send-questionnaires @@ -6,7 +6,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: send-questionnaires,v 1.4 2007-05-08 18:16:34 matthew Exp $ +# $Id: send-questionnaires,v 1.5 2007-06-15 14:57:51 matthew Exp $ use strict; require 5.8.0; @@ -80,7 +80,7 @@ foreach my $row (@$unsent) { _template_ => $template, _parameters_ => \%h, To => [ [ $row->{email}, $row->{name} ] ], - From => [ mySociety::Config::get('CONTACT_EMAIL'), 'Neighbourhood Fix-It' ], + From => [ mySociety::Config::get('CONTACT_EMAIL'), 'FixMyStreet' ], }); print "Sending questionnaire $id, problem $row->{id}, token $token to $row->{email}\n" if $verbose; |