summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_schedule_edit.php
diff options
context:
space:
mode:
authorScott Dale <sdale@pfsense.org>2007-03-27 20:49:17 +0000
committerScott Dale <sdale@pfsense.org>2007-03-27 20:49:17 +0000
commitfdb29c8ab8d45e1361ee26487a47e62cf1a23044 (patch)
tree0e22aac18d47b9dc66ba501c1dd96ad4833b7938 /usr/local/www/firewall_schedule_edit.php
parent9cd0b618aeab773d80f6ed1756ffefd28dd189b1 (diff)
downloadpfsense-fdb29c8ab8d45e1361ee26487a47e62cf1a23044.zip
pfsense-fdb29c8ab8d45e1361ee26487a47e62cf1a23044.tar.gz
Corrected xml schema
Diffstat (limited to 'usr/local/www/firewall_schedule_edit.php')
-rw-r--r--usr/local/www/firewall_schedule_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_schedule_edit.php b/usr/local/www/firewall_schedule_edit.php
index 2437ea9..07c2ace 100644
--- a/usr/local/www/firewall_schedule_edit.php
+++ b/usr/local/www/firewall_schedule_edit.php
@@ -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;
}
OpenPOWER on IntegriCloud