summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 68a287b)
raw | patch | inline | side by side (parent: 68a287b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 30 Apr 2010 08:10:55 +0000 (08:10 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 30 Apr 2010 08:10:55 +0000 (08:10 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@17987 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_serverService.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_serverService.inc b/gosa-plugins/systems/admin/systems/class_serverService.inc
index 1755b44ab2fbff30c5ed54089f0e5aa9d616ce02..89af4b7fd31fe07f8b5c95818a51f95ab43beadc 100644 (file)
*/
function PrepareForCopyPaste($source)
{
- plugin::PrepareForCopyPaste($source);
-
foreach($this->plugins as $name => $plugin){
$this->plugins[$name]->PrepareForCopyPaste($source);
}
$this->plugins[$name]->set_acl_category($category);
}
}
+
+ function saveCopyDialog(){
+ }
+
+
+ function getCopyDialog(){
+ return(array("string"=>"","status"=>""));
+ }
+
}
// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
?>