diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2012-10-23 15:30:52 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2012-10-23 16:59:33 +0200 |
| commit | 43e6b3a921d45150cd5c2a931e3e14758081f321 (patch) | |
| tree | e4c18a4bcb71ad024e0b072b1dcc8ba0e0aa15ea /phpBB/viewforum.php | |
| parent | fec72c4b782cda044b9a05122530f3a32213b407 (diff) | |
| download | forums-43e6b3a921d45150cd5c2a931e3e14758081f321.tar forums-43e6b3a921d45150cd5c2a931e3e14758081f321.tar.gz forums-43e6b3a921d45150cd5c2a931e3e14758081f321.tar.bz2 forums-43e6b3a921d45150cd5c2a931e3e14758081f321.tar.xz forums-43e6b3a921d45150cd5c2a931e3e14758081f321.zip | |
[feature/soft-delete] Fix some more topic/post count handling
Only disapproving in queue is missing.
PHPBB3-9567
Diffstat (limited to 'phpBB/viewforum.php')
| -rw-r--r-- | phpBB/viewforum.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index c3ab530673..501acbed14 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -229,8 +229,6 @@ $s_limit_days = $s_sort_key = $s_sort_dir = $u_sort_param = ''; gen_sort_selects($limit_days, $sort_by_text, $sort_days, $sort_key, $sort_dir, $s_limit_days, $s_sort_key, $s_sort_dir, $u_sort_param, $default_sort_days, $default_sort_key, $default_sort_dir); // Limit topics to certain time frame, obtain correct topic count -// global announcements must not be counted, normal announcements have to -// be counted, as forum_topics(_real) includes them if ($sort_days) { $min_post_time = time() - ($sort_days * 86400); |
