summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cf492d5)
raw | patch | inline | side by side (parent: cf492d5)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 13 Dec 2006 11:41:06 +0000 (11:41 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 13 Dec 2006 11:41:06 +0000 (11:41 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5379 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/acl/class_aclManagement.inc | patch | blob | history |
index 2a849b1c72d719405eacc823799caa7252d16d06..3d3c5ca1f642e7b07f9ed21cf1dbc582c7e63f0e 100644 (file)
function password_change_needed() { }
+ /* Return departments, that will be included within snapshot detection */
+ function get_used_snapshot_bases()
+ {
+ return(array());
+ }
+
+
/* Return plugin informations for acl handling */
function plInfo()
{