diff options
author | matthew <matthew> | 2007-06-16 20:05:52 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-06-16 20:05:52 +0000 |
commit | b866f0cc92f97e8a0161785cccac633230a88eb0 (patch) | |
tree | 4215c4d7d2ee3d411117b3cba148f9c57b45531c /web/rss.cgi | |
parent | 65da9b3878054e5bbbc9c6b1eb6018c02a149b75 (diff) |
More typos.
Diffstat (limited to 'web/rss.cgi')
-rwxr-xr-x | web/rss.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/rss.cgi b/web/rss.cgi index 4487aac24..90e83b69f 100755 --- a/web/rss.cgi +++ b/web/rss.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: rss.cgi,v 1.11 2007-06-16 20:03:08 matthew Exp $ +# $Id: rss.cgi,v 1.12 2007-06-16 20:05:52 matthew Exp $ use strict; require 5.8.0; @@ -69,7 +69,6 @@ sub main { mySociety::Alert::generate_rss($type, $qs, $id); } elsif ($type eq 'all_problems') { mySociety::Alert::generate_rss($type, ''); - } } else { throw Error::Simple('Unknown alert type') unless $type; } |