removed more facebook stuff

This commit is contained in:
Ziver Koc 2017-01-20 13:01:06 +01:00
parent c39506fe6c
commit 306ab86787
6 changed files with 4 additions and 66 deletions

3
WebContent/users.jsp Normal file → Executable file
View 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>&nbsp;");
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(" &nbsp;</td>");
out.println(" </tr>");