1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[feature/soft-delete] Handle soft deleting via Delete Icon

PHPBB3-9567
This commit is contained in:
Joas Schilling
2012-10-24 19:52:16 +02:00
parent 3d56261621
commit f21fd469bc
4 changed files with 61 additions and 16 deletions

View File

@@ -225,6 +225,7 @@ class phpbb_content_visibility
{
$where_sql .= ' AND post_visibility = ' . (int) $limit_visibility;
}
if ($limit_delete_time !== false)
{
$where_sql .= ' AND post_delete_time = ' . (int) $limit_delete_time;