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

Commit

Permalink
#35 Added missing namespace declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcassel committed Aug 14, 2012
1 parent c5b0091 commit e0ebe22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/lib/xquery/setup.xqy
Original file line number Diff line number Diff line change
Expand Up @@ -1380,6 +1380,7 @@ declare function setup:configure-http-server($server-config as element(gr:http-s
import module namespace sec="http://marklogic.com/xdmp/security" at "/MarkLogic/security.xqy";
declare namespace gr="http://marklogic.com/xdmp/group";
declare namespace err="http://marklogic.com/xdmp/error";
declare variable $server-config as element() external;
declare variable $server-name as xs:string external;
Expand Down

0 comments on commit e0ebe22

Please sign in to comment.