removed more facebook stuff
This commit is contained in:
parent
c39506fe6c
commit
306ab86787
6 changed files with 4 additions and 66 deletions
3
WebContent/users.jsp
Normal file → Executable file
3
WebContent/users.jsp
Normal file → Executable file
|
|
@ -42,9 +42,6 @@ if( request.getParameter("search") != null ){
|
|||
out.println(" <td width='180px'><b>Last login:</b> "+formatter.format( printUser.getLoginDate() )+"</td>");
|
||||
}
|
||||
out.println(" <td> ");
|
||||
if( printUser.getFacebookUid() != null ){
|
||||
out.println(" <a href='http://www.facebook.com/profile.php?id="+printUser.getFacebookUid()+"' target='blank' title='Link to Facebook profile'>Facebook</a>");
|
||||
}
|
||||
out.println(" </td>");
|
||||
out.println(" </tr>");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue