aboutsummaryrefslogtreecommitdiffstats
path: root/web/flickr2.cgi
diff options
context:
space:
mode:
authormatthew <matthew>2007-08-24 22:35:51 +0000
committermatthew <matthew>2007-08-24 22:35:51 +0000
commite721d4a3d45577969a68289911b1d538ca0ffd16 (patch)
treee1584e32c43dabb3c2ceb439d8e17635d20fa9c0 /web/flickr2.cgi
parent5531d0e3bc8860c17e1f75fa99688bc0d1d6897e (diff)
Allow path_infos as well as query_strings in RSS. Way of passing array
and hash parameters to RABX command line program.
Diffstat (limited to 'web/flickr2.cgi')
-rwxr-xr-xweb/flickr2.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/flickr2.cgi b/web/flickr2.cgi
index 71cc07f39..1817ba9b0 100755
--- a/web/flickr2.cgi
+++ b/web/flickr2.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: flickr2.cgi,v 1.1 2007-06-17 09:40:51 matthew Exp $
+# $Id: flickr2.cgi,v 1.2 2007-08-24 22:35:51 matthew Exp $
use strict;
require 5.8.0;
@@ -49,7 +49,7 @@ sub main {
$title = uri_escape($title);
# XXX: Look up some of this stuff at the destination instead???
print $q->redirect("/?flickr=$token;submit_map=1;easting=$e;northing=$n;name=$name;email=$email;title=$title;anonymous=1");
- exit;
+ return;
}
$out = $q->p("That report appears to have been checked already.");
} else {