Changeset 5170


Ignore:
Timestamp:
05/09/14 13:29:37 (10 years ago)
Author:
Menzo Windhouwer
Message:

M user.dpml

  • get the correct path for the users file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cats/SCHEMAcat/trunk/urn.org.isocat.schemacat.access.data/access/user.dpml

    r4656 r5170  
    9595                                                                                                return
    9696                                                                                                        (db:output(element sc:response {attribute success {'true'}, element sc:written-data {$new-user}}), insert node $new-user into /sc:users,
    97                                                                                                         put(/sc:users,concat(string(db:list-details()[. = $db-name]),file:dir-separator(),db:path(/sc:users))))
     97                                                                                                        put(/sc:users,concat(string(db:list-details()[. = $db-name]/@path),file:dir-separator(),db:path(/sc:users))))
    9898                                                                                        )
    9999                                                                                else
Note: See TracChangeset for help on using the changeset viewer.