[ros-diffs] [cfinck] 36544: Fix the People Map for the new user name links

cfinck at svn.reactos.org cfinck at svn.reactos.org
Sat Sep 27 18:43:13 CEST 2008


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/peoplemap.js.php?rev=36544&r1=36543&r2=36544&view=diff
==============================================================================
--- 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=" + 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



More information about the Ros-diffs mailing list