Code

Readded get_used_snapshot_bases
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 13 Dec 2006 11:41:06 +0000 (11:41 +0000)
committerhickert <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

index 2a849b1c72d719405eacc823799caa7252d16d06..3d3c5ca1f642e7b07f9ed21cf1dbc582c7e63f0e 100644 (file)
@@ -394,6 +394,13 @@ class aclManagement extends plugin
   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()
   {