updated
git-svn-id: svn://anubis/gvsu@290 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
parent
d391455acb
commit
6fd0ce390c
@ -30,7 +30,7 @@ public class User extends RegistrationInfo
|
|||||||
if (eltParent == null)
|
if (eltParent == null)
|
||||||
d.appendChild(eltRoot);
|
d.appendChild(eltRoot);
|
||||||
else
|
else
|
||||||
eltRoot.appendChild(eltRoot);
|
eltParent.appendChild(eltRoot);
|
||||||
|
|
||||||
Element eltName = d.createElement("name");
|
Element eltName = d.createElement("name");
|
||||||
eltName.appendChild(d.createTextNode(getUserName()));
|
eltName.appendChild(d.createTextNode(getUserName()));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user