Skip to content

Commit

Permalink
Merge pull request #87 from eXist-db/adamretter-patch-1
Browse files Browse the repository at this point in the history
Remove deprecated xmldb:get-current-user function
  • Loading branch information
joewiz authored May 3, 2019
2 parents 7961bd4 + b48a03d commit 32a6ec5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modules/getCurrentUser.xql
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
xquery version "3.1";
xquery version "1.0";

xmldb:get-current-user()
import module namespace sm = "http://exist-db.org/xquery/securitymanager";

sm:id()/sm:id/sm:real/sm:username/string(.)

0 comments on commit 32a6ec5

Please sign in to comment.