| 847 | | * Returns the prop of the user identified by $id |
|---|
| 848 | | * Returns an empty string if no user is logged in |
|---|
| 849 | | * uses function isValidUser() |
|---|
| 850 | | * and Class db_session method "userdata". |
|---|
| 851 | | * |
|---|
| 852 | | * @return prop string of currently logged in user |
|---|
| 853 | | * @return empty string if user not logged in |
|---|
| | 847 | * Returns the prop $prop of the user identified by $id |
|---|
| | 848 | * |
|---|
| | 849 | * @return prop string of the user identified by $id |
|---|
| | 850 | * @return 'unknown user' if user unknown |
|---|
| | 851 | * @return empty string if prop unknow |
|---|