From 11b8004d621d69b4e65b2efefc526b9900515738 Mon Sep 17 00:00:00 2001 From: Ugnich Anton Date: Tue, 19 Nov 2013 08:49:49 +0700 Subject: small bugfix, search, -places --- src/java/com/juick/http/www/UserThread.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/java/com/juick/http/www/UserThread.java') diff --git a/src/java/com/juick/http/www/UserThread.java b/src/java/com/juick/http/www/UserThread.java index 1e81a728..c7158f39 100644 --- a/src/java/com/juick/http/www/UserThread.java +++ b/src/java/com/juick/http/www/UserThread.java @@ -133,9 +133,6 @@ public class UserThread { out.println("
"); out.println("
@" + msg.User.UName + ":" + tags + "
"); out.println("
" + PageTemplates.formatJSLocalTime(msg.TimestampString) + "
"); - if (msg.Place != null) { - out.println("
" + msg.Place.name + "
"); - } out.println("
" + txt + "
"); if (msg.AttachmentType != null) { -- cgit v1.2.3