diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/send-alerts | 4 | ||||
-rwxr-xr-x | bin/send-questionnaires | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/send-alerts b/bin/send-alerts index a9ccb8dba..ef272ae6f 100755 --- a/bin/send-alerts +++ b/bin/send-alerts @@ -1,12 +1,12 @@ #!/usr/bin/perl -w # send-alerts: -# Email alerts for Neighbourhood Fix-It +# Email alerts for FixMyStreet # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: send-alerts,v 1.1 2007-01-26 01:01:22 matthew Exp $ +# $Id: send-alerts,v 1.2 2007-06-15 14:57:51 matthew Exp $ use strict; require 5.8.0; 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; |