From: hickert Date: Fri, 30 Apr 2010 08:10:55 +0000 (+0000) Subject: Fixed Problem with Copy & Paste of servers X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8b54559c000ac980c54920cf071a6db65152c681;p=gosa.git 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 --- 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: ?>