Browse Source

Chocolate mousse!

Signed-off-by: John Rayes <[email protected]>
John Rayes 12 years ago
parent
commit
8d94df42e1
1 changed files with 0 additions and 4 deletions
  1. 0 4
      Sources/Post.php

+ 0 - 4
Sources/Post.php

@@ -357,10 +357,6 @@ function Post($post_errors = array())
 		}
 	}
 
-	// Check whether this is a really old post being bumped...
-	if (!empty($modSettings['oldTopicDays']) && $lastPostTime + $modSettings['oldTopicDays'] * 86400 < time() && empty($sticky) && !empty($topic) && !isset($_REQUEST['subject']))
-		$post_errors[] = array('old_topic', array($modSettings['oldTopicDays']));
-
 	// Get a response prefix (like 'Re:') in the default forum language.
 	if (!isset($context['response_prefix']) && !($context['response_prefix'] = cache_get_data('response_prefix')))
 	{