X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fpersonal%2Fconnectivity%2Fclass_opengwAccount.inc;h=c4042e3f3ae79ad9e0c9c25c7d8e1924643363b1;hb=e7b70ce242b052c5e0d0dfd45dfac5e6f9f36ba3;hp=a2b2091a11e65fb7fa6886a547149a01fb66eae3;hpb=08c189684e9cfcb0e2be7be5f08c1f821a3968d6;p=gosa.git diff --git a/plugins/personal/connectivity/class_opengwAccount.inc b/plugins/personal/connectivity/class_opengwAccount.inc index a2b2091a1..c4042e3f3 100644 --- a/plugins/personal/connectivity/class_opengwAccount.inc +++ b/plugins/personal/connectivity/class_opengwAccount.inc @@ -327,12 +327,15 @@ class opengwAccount extends plugin } + /* Return plugin informations for acl handling + #FIXME This is only an enable/disable checkbox for this account, there is possibly a better solution available later */ function plInfo() { - return (array( "plDescription" => _("Open groupware account settings"), + return (array( + "plDescription" => _("Open groupware account settings"), "plSelfModify" => TRUE, "plDepends" => array("objectClass" => "gosaAccount"), - "opengwAccount" => "Open groupware account")); + "opengwAccount" => "!!! FIXME "._("Open groupware account"))); } }