diff --git a/lam/docs/devel/mod_accountPages.htm b/lam/docs/devel/mod_accountPages.htm index 8b88e057..cf684a0d 100644 --- a/lam/docs/devel/mod_accountPages.htm +++ b/lam/docs/devel/mod_accountPages.htm @@ -28,7 +28,7 @@ in your module gets the complete attribute list from LDAP.

The ieee802Device uses an object class and the 'macAddress' -attribute. Therefore we will save this two values.
+attribute. Therefore we will save these two values.

@@ -51,16 +51,12 @@ array();
array();
        if (isset($attr['objectClass'])) {
            -unset($attr['objectClass']['count']);
-            $this->attributes['objectClass'] = $attr['objectClass'];
            $this->orig['objectClass'] = $attr['objectClass'];
        }
        if (isset($attr['macAddress'])) {
            -unset($attr['macAddress']['count']);
-            $this->attributes['macAddress'] = $attr['macAddress'];
            $this->orig['macAddress'] = $attr['macAddress'];