Browse Source

Unused Global Variable: $context

Unused Global Variable: $context was removed from function
getCalendarGrid in Subs-Calendar.php.

Signed-Off: Matthew "Labradoodle-360" Kerle <[email protected]>
Matthew Kerle 12 years ago
parent
commit
70a89fc935
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/Subs-Calendar.php

+ 1 - 1
Sources/Subs-Calendar.php

@@ -312,7 +312,7 @@ function getTodayInfo()
  */
 function getCalendarGrid($month, $year, $calendarOptions, $is_previous = false)
 {
-	global $scripturl, $modSettings, $context;
+	global $scripturl, $modSettings;
 
 	// Eventually this is what we'll be returning.
 	$calendarGrid = array(