aboutsummaryrefslogtreecommitdiffstats
path: root/web/flickr2.cgi
diff options
context:
space:
mode:
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 {