Remove unused variable array

This commit is contained in:
Scott Ullrich 2007-03-23 23:03:54 +00:00
parent 6e80ce9096
commit ffb714391b

View File

@ -173,13 +173,6 @@ function tdr_position($schedule) {
* ...
*/
global $debug;
$weekdays = array(0 => "Sunday",
1 => "Monday",
2 => "Tuesday",
3 => "Wednesday",
4 => "Thursday",
5 => "Friday",
6 => "Saturday");
$weekday = date("w");
$schedule_days = split(",", $schedule);
foreach($schedule_days as $day) {