Ticket #421: user.inc.patch
| File user.inc.patch, 449 bytes (added by ChristianB, 9 months ago) |
|---|
-
html/inc/user.inc
old new 324 324 325 325 function show_profile_link($user) { 326 326 if ($user->has_profile) { 327 row2("Profile", "<a href=\" view_profile.php?userid=$user->id\">View</a>");327 row2("Profile", "<a href=\"".URL_BASE."view_profile.php?userid=$user->id\">View</a>"); 328 328 } 329 329 } 330 330
