Added signature, alias, publicEmail, publicProfile preferences.
This commit is contained in:
parent
25dd1f5465
commit
fc3616a97b
4 changed files with 26 additions and 7 deletions
|
|
@ -129,6 +129,7 @@ sub _setupUserInfo {
|
|||
if ($user{userId} eq "") {
|
||||
_setupUserInfo("1");
|
||||
} else {
|
||||
$user{alias} = $user{username};
|
||||
%profile = WebGUI::SQL->buildHash("select userProfileField.fieldName, userProfileData.fieldData
|
||||
from userProfileData, userProfileField where userProfileData.fieldName=userProfileField.fieldName
|
||||
and userProfileData.userId='$user{userId}'");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue