From c5175d4a06c993ff7f42c16178b6d4db49b7387e Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Mon, 18 Mar 2013 01:32:14 -0700 Subject: Wall orientation achievements - huge commit. --- includes/chats.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'includes/chats.php') diff --git a/includes/chats.php b/includes/chats.php index 18d0810..6991a48 100644 --- a/includes/chats.php +++ b/includes/chats.php @@ -62,7 +62,8 @@ function getChat($startID = 0) { users.displayName, users.displayColor, users.wallColor, - users.wallEmblem + users.wallEmblem, + users.wallOrientation FROM `chat` LEFT JOIN `users` ON chat.userID = users.ID -- cgit v1.2.3