Corrected xml schema

This commit is contained in:
Scott Dale 2007-03-27 20:49:17 +00:00
parent 9cd0b618ae
commit fdb29c8ab8
2 changed files with 3 additions and 3 deletions

View File

@ -133,7 +133,7 @@ include("head.inc");
}
else
{
$tempdayFriendly = $timerange['day'];
$tempdayFriendly = $timerange['position'];
$firstDayFound = false;
$tempFriendlyDayArray = explode(",", $tempdayFriendly);
$currentDay = "";

View File

@ -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;
}