Code

Removed multi-objectclass dependency. There's a more easy way to do this.
[gosa.git] / plugins / personal / connectivity / class_phpgwAccount.inc
index 4e75efbb0e7cb359c2af8345b7d59abbd81ae567..368ae95222066f60e69fccf38431c261bca3818e 100644 (file)
@@ -121,12 +121,14 @@ class phpgwAccount extends plugin
   }
 
 
+  /* Return plugin informations for acl handling 
+    #FIME ACL attributes arn't translated yet */
   function plInfo()
   {
     return (array(  "plDescription"   => _("Intranet account settings"),
           "plSelfModify"    => TRUE,
           "plDepends"       => array("objectClass" => "gosaAccount"),
-          "phpgwAccountExpires" =>"#FIXME not translated"._("phpgwAccountExpires"),
+          "phpgwAccountExpires" =>"!!! FIXME "._("phpgwAccountExpires"),
           "phpgwAccountStatus"  =>_("phpgwAccountStatus"),
           "phpgwAccountType"    =>_("phpgwAccountType")));
   }