diff options
author | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-11-22 15:49:43 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-11-22 15:54:23 +0000 |
commit | fadd20a3350e9032ef3dfc8b4e2faf340d5f0af2 (patch) | |
tree | 70968af5583f85dbfcac8f314ce05e93403d3b37 /web/ajax.cgi | |
parent | 3f62b70cd98827899f5820290ea1b52643122b5e (diff) |
Move map functions to their own package.
Diffstat (limited to 'web/ajax.cgi')
-rwxr-xr-x | web/ajax.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/ajax.cgi b/web/ajax.cgi index fff437846..fa722f02e 100755 --- a/web/ajax.cgi +++ b/web/ajax.cgi @@ -35,7 +35,7 @@ sub main { unless ($input{all_pins}) { $interval = '6 months'; } - my ($pins, $on_map, $around_map, $dist) = Page::map_pins($q, $x, $y, $sx, $sy, $interval); + my ($pins, $on_map, $around_map, $dist) = FixMyStreet::Map::map_pins($q, $x, $y, $sx, $sy, $interval); my $cobrand = Page::get_cobrand($q); my $list = ''; my $link = ''; |