diff --git a/lam/docs/devel/mod_general.htm b/lam/docs/devel/mod_general.htm index a3d71b4b..3eeb9ea4 100644 --- a/lam/docs/devel/mod_general.htm +++ b/lam/docs/devel/mod_general.htm @@ -1,10 +1,9 @@ - -
- /** @@ -41,8 +37,7 @@ get_metaData() { $return = array(); // manages host accounts - $return["account_types"] = array("host"); + $return["account_types"] = array("host"); return $return; } |
@@ -54,15 +49,13 @@ get_metaData() {
/** @@ -85,8 +77,7 @@ get_metaData() { $return = array(); // base module - $return["is_base"] = true; + $return["is_base"] = true; return $return; } |
@@ -96,9 +87,7 @@ get_metaData() {
/** @@ -130,8 +117,7 @@ get_metaData() { $return = array(); // alias name - $return["alias"] = _("MAC address"); + $return["alias"] = _("MAC address"); return $return; } |
@@ -148,15 +134,13 @@ module are not structural.
/** @@ -171,8 +155,7 @@ get_metaData() { // module dependencies $return['dependencies'] = array('depends' => -array('account'), 'conflicts' => array()); +array('account'), 'conflicts' => array()); return $return; } |
@@ -185,29 +168,25 @@ array('account'), 'conflicts' => array());
/** * This function fills the error message array with messages */ - function load_Messages() { + function load_Messages() { $this->messages['mac'][0] = array('ERROR', 'MAC address is invalid!'); // third array value is set dynamically @@ -231,8 +210,7 @@ smbldap-tools) also create accounts and the spelling is differnt. The ieee802Device module manages one object class. -
|