Quote:
Originally Posted by vissa
LAT: 43.16512263158295
LONG: -77.6129150390625
Zoom Level: 9
In that region, PalominoBaby57 has 3 markers.
Here is a link: http://www.horsegroomingsupplies.com...googlemap.html
I just checked with phpmyadmin and there are actually 4 entires for that user. There are also 4 in the xml file.
Note I am using vbseo to rewrite the main map display (but the edit marker feature is not rewritten, it's the standard query URL).
Thanks - vissa
|
That is the only reason I can see for the double creation. userid is used to make the table entry unique.
Code:
$checkuser = $db->query_read("SELECT userid FROM " . TABLE_PREFIX . "googlemap WHERE userid = '" . $vbulletin->userinfo['userid'] . "'");