Skip to content

Instantly share code, notes, and snippets.

@wpaven
Created December 5, 2010 19:40
Show Gist options
  • Save wpaven/729388 to your computer and use it in GitHub Desktop.
Save wpaven/729388 to your computer and use it in GitHub Desktop.
declare function feed:cancel($ticket-id as xs:string)
as empty-sequence()
{
infodev:ticket-set-status($ticket-id,"cancelled")
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment