Project

General

Profile

« Previous | Next » 

Revision ffb71439

Added by Scott Ullrich over 18 years ago

Remove unused variable array

View differences:

etc/inc/pfsense-utils.inc
173 173
	 * ...
174 174
	 */
175 175
	global $debug;
176
	$weekdays = array(0 => "Sunday", 
177
					  1 => "Monday",
178
					  2 => "Tuesday",
179
					  3 => "Wednesday",
180
					  4 => "Thursday",
181
					  5 => "Friday",
182
					  6 => "Saturday");
183 176
	$weekday	= date("w");
184 177
	$schedule_days = split(",", $schedule);
185 178
	foreach($schedule_days as $day) {

Also available in: Unified diff