mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove unused variable array
This commit is contained in:
parent
6e80ce9096
commit
ffb714391b
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user