Code

Added attributes to list of acls
[gosa.git] / plugins / personal / connectivity / class_opengwAccount.inc
index b7ea6b6c31f4b7bf084eab02b2584e8e1beb9773..02b075d56e93147b24c9f892f09c76ade1f972dd 100644 (file)
@@ -326,6 +326,11 @@ class opengwAccount extends plugin
                }
        }
 
+  
+  function PrepareForCopyPaste($src){
+    // Nothing to do, because this object can't be copied ... yet
+  }
+
 }
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
 ?>