Skip to content

Commit

Permalink
Update add/data/xql/getAnnotationInfos.xql
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbohl committed Jul 11, 2023
1 parent 572b008 commit e4575c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion add/data/xql/getAnnotationInfos.xql
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import module namespace eutil = "http://www.edirom.de/xquery/util" at "../xqm/ut
declare option output:method "json";
declare option output:media-type "application/json";

declare variable $lang := request:get-parameter('lang', '');
declare variable $uri := request:get-parameter('uri', '');
declare variable $edition := request:get-parameter('edition', '');
declare variable $edition_path := eutil:getPreference('edition_path', $edition);
Expand Down

0 comments on commit e4575c3

Please sign in to comment.