summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 640b2de)
raw | patch | inline | side by side (parent: 640b2de)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 13 Jul 2006 03:18:59 +0000 (03:18 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 13 Jul 2006 03:18:59 +0000 (03:18 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4130 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/connectivity/class_webdavAccount.inc | patch | blob | history |
diff --git a/plugins/personal/connectivity/class_webdavAccount.inc b/plugins/personal/connectivity/class_webdavAccount.inc
index a438837c9b37d177011a78e135fdc06425cdb295..15f93ad1b1f7b3b511fa614e64115c4bfa3cb1ed 100644 (file)
}
}
+ function plInfo()
+ {
+ return (array( "plDescription" => _("Intranet account settings"),
+ "plSelfModify" => TRUE,
+ "plDepends" => array("objectClass" => "gosaAccount"),
+ "gosaWebdavAccount" => "WebDAV account"));
+ }
}
// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: