mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Corrected xml schema
This commit is contained in:
parent
9cd0b618ae
commit
fdb29c8ab8
@ -133,7 +133,7 @@ include("head.inc");
|
||||
}
|
||||
else
|
||||
{
|
||||
$tempdayFriendly = $timerange['day'];
|
||||
$tempdayFriendly = $timerange['position'];
|
||||
$firstDayFound = false;
|
||||
$tempFriendlyDayArray = explode(",", $tempdayFriendly);
|
||||
$currentDay = "";
|
||||
|
||||
@ -105,7 +105,7 @@ if ($_POST) {
|
||||
$dashpos = strpos($timestr, '-');
|
||||
if ($dashpos === false)
|
||||
{
|
||||
$timeparts['day'] = $timestr;
|
||||
$timeparts['position'] = $timestr;
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -934,7 +934,7 @@ EOD;
|
||||
}
|
||||
else
|
||||
{
|
||||
$dayFriendly = $timerange['day'];
|
||||
$dayFriendly = $timerange['position'];
|
||||
$tempID = $dayFriendly;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user