Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Removed some code that was useless since the next few lines would ove…
Browse files Browse the repository at this point in the history
…rwrite what it does anyway.
  • Loading branch information
perdjurner committed Apr 4, 2012
1 parent 8b5260a commit 6b10362
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wheels/dispatch/request.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,6 @@
loc.dates[loc.key].hour += 12;
}
}
if (!StructKeyExists(arguments.params, loc.key) || !IsArray(arguments.params[loc.key]))
{
arguments.params[loc.key] = [];
}
try
{
arguments.params[loc.key] = CreateDateTime(loc.dates[loc.key].year, loc.dates[loc.key].month, loc.dates[loc.key].day, loc.dates[loc.key].hour, loc.dates[loc.key].minute, loc.dates[loc.key].second);
Expand Down

0 comments on commit 6b10362

Please sign in to comment.