Function admFuncShowCreateChangeInfoByName
Creates a html fragment with information about user and time when the recordset was created and when it was at last edited. Therefore all necessary data must be set in the function parameters. If user name is not set then the function will show @b deleted @b user.
Copyright:
2004-2016 The Admidio Team
License: GNU General Public License v2.0 only **********************************************************************************************
Located at
License: GNU General Public License v2.0 only **********************************************************************************************
Located at
Parameters summary
string |
$userNameCreated |
Id of the user who create the recordset. |
string |
$timestampCreate |
Date and time of the moment when the user create the recordset. |
string |
$userNameEdited |
Id of the user last changed the recordset. |
string |
$timestampEdited |
Date and time of the moment when the user last changed the recordset |
integer |
$userIdCreated = 0 |
<p>(optional) The id of the user who create the recordset. If id is set than a link to the user profile will be created</p> |
integer |
$userIdEdited = 0 |
<p>(optional) The id of the user last changed the recordset. If id is set than a link to the user profile will be created</p> |
Return value summary
string
|
Returns a html string with usernames who creates item and edit item the last time |