aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise@peas.ukcod.org.uk>2010-01-28 11:40:57 +0000
committerLouise Crow <louise@peas.ukcod.org.uk>2010-01-28 11:40:57 +0000
commit166d8d9a36032fde533f57b3be9118d7c156efb9 (patch)
tree020ef48bc595c3102fca9cbf78ba6cb410d540be
parente7de1a4f4b4cd7e632e265cddf2df7d08902a7f8 (diff)
New version of commonlib fixing re-subs to alert unsub issue.
m---------commonlib0
-rwxr-xr-xweb/index.cgi3
2 files changed, 1 insertions, 2 deletions
diff --git a/commonlib b/commonlib
-Subproject 92a8ca8374687a45b73623ff9e53e7f00c8875e
+Subproject 3de0fb3a8ba82110e2d4fc01d6e11455a9b0296
diff --git a/web/index.cgi b/web/index.cgi
index d8b22f881..d4141c1f5 100755
--- a/web/index.cgi
+++ b/web/index.cgi
@@ -832,7 +832,7 @@ sub display_location {
$all_link = NewURL($q, -retain=>1, no_pins=>undef, all_pins=>1);
$all_text = _('Include stale reports');
$interval = '6 months';
- }
+ }
my ($pins, $on_map, $around_map, $dist) = Page::map_pins($q, $x, $y, $x, $y, $interval);
if ($input{no_pins}) {
$hide_link = NewURL($q, -retain=>1, no_pins=>undef);
@@ -843,7 +843,6 @@ sub display_location {
$hide_text = _('Hide pins');
}
my $map_links = "<p id='sub_map_links'><a id='hide_pins_link' href='$hide_link'>$hide_text</a> | <a id='all_pins_link' href='$all_link'>$all_text</a></p> <input type='hidden' id='all_pins' name='all_pins' value='$input_h{all_pins}'>";
-
my $on_list = '';
foreach (@$on_map) {
my $report_url = NewURL($q, -retain => 1, -url => '/report/' . $_->{id}, pc => undef, x => undef, 'y' => undef);