Author: cfinck
Date: Sat Sep 27 11:43:12 2008
New Revision: 36544
URL:
http://svn.reactos.org/svn/reactos?rev=36544&view=rev
Log:
Fix the People Map for the new user name links
Modified:
trunk/web/reactos.org/htdocs/peoplemap/peoplemap.js.php
Modified:
trunk/web/reactos.org/htdocs/peoplemap/peoplemap.js.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/p…
==============================================================================
---
trunk/web/reactos.org/htdocs/peoplemap/peoplemap.js.php [iso-8859-1] (original)
+++
trunk/web/reactos.org/htdocs/peoplemap/peoplemap.js.php [iso-8859-1] Sat Sep 27
11:43:12 2008
@@ -56,7 +56,7 @@
var Marker = new GMarker( new GLatLng(Latitude, Longitude), CurrentIcon );
var html;
- html = "<strong><a
href=\"http://reactos.org/roscms/?page=user&sec=profil&sec2=&q… + UserId +
"\" target=\"_blank\">" + UserName +
"<\/a><\/strong><br>";
+ html = "<strong><a
href=\"http://reactos.org/roscms/index.php/user/" + UserId + "\"
target=\"_blank\">" + UserName +
"<\/a><\/strong><br>";
html += FullName + "<br><br>";
// parseFloat strips off trailing zeros