diff options
author | matthew <matthew> | 2007-02-02 11:40:02 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-02-02 11:40:02 +0000 |
commit | 0c2397bf96962c724d38b2955f9b108d7c374371 (patch) | |
tree | bab1b912389fcc2595d3b76c32dcf6ab2e1cf8fe /bin/send-reports | |
parent | 47c7b7f91ba874a77f6d72b4453634058614dc2b (diff) |
Add crontab.
Diffstat (limited to 'bin/send-reports')
-rwxr-xr-x | bin/send-reports | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/send-reports b/bin/send-reports index 17ec5692c..8db6595a4 100755 --- a/bin/send-reports +++ b/bin/send-reports @@ -1,12 +1,12 @@ #!/usr/bin/perl -w # send-reports: -# Send new problem reports to councils (and email updates on problems?) +# Send new problem reports to councils # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: send-reports,v 1.2 2007-01-26 01:01:22 matthew Exp $ +# $Id: send-reports,v 1.3 2007-02-02 11:40:02 matthew Exp $ use strict; require 5.8.0; |