From 8b54559c000ac980c54920cf071a6db65152c681 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 30 Apr 2010 08:10:55 +0000 Subject: [PATCH] Fixed Problem with Copy & Paste of servers git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@17987 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../systems/admin/systems/class_serverService.inc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/gosa-plugins/systems/admin/systems/class_serverService.inc b/gosa-plugins/systems/admin/systems/class_serverService.inc index 1755b44ab..89af4b7fd 100644 --- a/gosa-plugins/systems/admin/systems/class_serverService.inc +++ b/gosa-plugins/systems/admin/systems/class_serverService.inc @@ -557,8 +557,6 @@ class ServerService extends management */ function PrepareForCopyPaste($source) { - plugin::PrepareForCopyPaste($source); - foreach($this->plugins as $name => $plugin){ $this->plugins[$name]->PrepareForCopyPaste($source); } @@ -599,6 +597,15 @@ class ServerService extends management $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: ?> -- 2.30.2