EVE-SECURE / pos-tracker-eve

Automatically exported from code.google.com/p/pos-tracker-eve
1 stars 2 forks source link

Dotlan link for Wormhole POS location #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add pos
2. click pos location link
3. see invalid location "Uncharted Planet"

What is the expected output? What do you see instead?
A page to the system the pos is in.

What version of the product are you using? On what operating system?
5.1.5

Please provide any additional information below.
SQL to fix my installation:
update `pos3_evemoons` set moonName=REPLACE(moonName,"Uncharted 
Planet",`systemName`) WHERE `moonName` like 'Uncharted%'

Original issue reported on code.google.com by scott.mu...@gmail.com on 25 Aug 2011 at 5:29

GoogleCodeExporter commented 9 years ago

Original comment by frozenic...@gmail.com on 9 Sep 2011 at 5:33

GoogleCodeExporter commented 9 years ago
Added in 5.1.7

Original comment by frozenic...@gmail.com on 7 Nov 2011 at 11:05