aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_display.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-04-29 20:40:06 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-04-29 20:40:06 +0200
commit417a0d0ea62c29ad616e75bcbf132a9017c9cfd2 (patch)
tree32132483f24f6aaf760794b3a4d3b5723351fadf /phpBB/includes/functions_display.php
parent40351fae96de34312ca960abc5048c835f50e3ef (diff)
parent89391dec089e8085f486b768ad7654f62166f4a2 (diff)
downloadforums-417a0d0ea62c29ad616e75bcbf132a9017c9cfd2.tar
forums-417a0d0ea62c29ad616e75bcbf132a9017c9cfd2.tar.gz
forums-417a0d0ea62c29ad616e75bcbf132a9017c9cfd2.tar.bz2
forums-417a0d0ea62c29ad616e75bcbf132a9017c9cfd2.tar.xz
forums-417a0d0ea62c29ad616e75bcbf132a9017c9cfd2.zip
Merge pull request #2366 from bantu/ticket/12458
[ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code * bantu/ticket/12458: [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.
Diffstat (limited to 'phpBB/includes/functions_display.php')
-rw-r--r--phpBB/includes/functions_display.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php
index 2b11d00f1e..463ebb83c9 100644
--- a/phpBB/includes/functions_display.php
+++ b/phpBB/includes/functions_display.php
@@ -900,7 +900,6 @@ function topic_status(&$topic_row, $replies, $unread_topic, &$folder_img, &$fold
$folder_new .= '_locked';
}
-
$folder_img = ($unread_topic) ? $folder_new : $folder;
$folder_alt = ($unread_topic) ? 'UNREAD_POSTS' : (($topic_row['topic_status'] == ITEM_LOCKED) ? 'TOPIC_LOCKED' : 'NO_UNREAD_POSTS');