mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-06 03:49:56 +02:00
PhpDoc fixes
This commit is contained in:
parent
02da6e5ab5
commit
b3e160211f
16 changed files with 216 additions and 123 deletions
|
@ -126,8 +126,10 @@ class inetLocalMailRecipient extends baseModule {
|
|||
}
|
||||
|
||||
/**
|
||||
* This function will create the meta HTML code to show a page with all attributes.
|
||||
*/
|
||||
* Returns the HTML meta data for the main account page.
|
||||
*
|
||||
* @return array HTML meta data
|
||||
*/
|
||||
function display_html_attributes() {
|
||||
$return = array();
|
||||
// mail routing address
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue