the erbo_reorg_04202002 branch is no more...development continues on the

trunk while the stable_branch_04202002 branch takes the 'stable' role
This commit is contained in:
Eric J. Bowersox
2002-04-24 06:39:29 +00:00
parent a459e02e79
commit e4e0223452
79 changed files with 2275 additions and 1043 deletions

View File

@@ -50,7 +50,8 @@ if ("GET"==rinput.verb)
admuser = adm.getUserContext(uid);
rc = new PhotoUploader("Upload User Photo","sysadmin/modify_photo.js.vs",LinkTypes.SERVLET);
rc.addHiddenParameter("uid",uid);
rc.photoTag = rinput.getUserPhotoTag(admuser.getContactInfo().photoURL);
html = vlib.queryHTMLRendering(rinput);
rc.photoTag = html.getUserPhotoTag(admuser.getContactInfo().photoURL);
rc.label = "New user photo";
} // end try