Browse Source

! Remove a couple of lines of now-unused code

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom 10 years ago
parent
commit
3011df06e6
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Sources/Post.php

+ 0 - 3
Sources/Post.php

@@ -1903,9 +1903,6 @@ function Post2()
 		// ... or just update it?
 		else
 		{
-			$span = !empty($modSettings['cal_allowspan']) && !empty($_REQUEST['span']) ? min((int) $modSettings['cal_maxspan'], (int) $_REQUEST['span'] - 1) : 0;
-			$start_time = mktime(0, 0, 0, (int) $_REQUEST['month'], (int) $_REQUEST['day'], (int) $_REQUEST['year']);
-
 			// Set up our options
 			$eventOptions = array(
 				'board' => $board,