Browse Source

[svn r11891] update reporting

Eric Marguin 18 years ago
parent
commit
b5dc2ca657
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/user/userInfo.php

+ 1 - 1
main/user/userInfo.php

@@ -434,7 +434,7 @@ elseif ($displayMode == "viewContentList") // default display
                                 if ($is_allowedToTrack)
                                 {
                                         echo	"<td>",
-							"<a href=\"../tracking/userLog.php?".api_get_cidreq()."&amp;uInfo=$userIdViewed\">",
+							"<a href=\"../mySpace/myStudents.php?origin=user_course&student=$userIdViewed&details=true&course=".$_course['id']."\">",
 							"<img border=\"0\" alt=\"".get_lang('Tracking')." : $userIdViewed\" src=\"../img/statistics.png\" />",
 							"</a>",
 							"</td>";