Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Forgot the element name check
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmann committed Feb 20, 2014
1 parent 649c3e4 commit 6d2ee36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/roxy/lib/date-parser.xqy
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ declare private function dateparser:assembleFormat(
};

declare private function dateparser:analyzedStringToDate(
$string as element(s:analyze-string-result),
$string as element(),
$format as element(format)
) as xs:dateTime?
{
Expand Down

0 comments on commit 6d2ee36

Please sign in to comment.