From 4cdf041cd1b126e781bbba06dbef3f67a4e4099a Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 23 Mar 2010 08:44:21 +0000 Subject: [PATCH] Added missing functions to allow copy & paste git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17006 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../systems/admin/systems/class_serverService.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gosa-plugins/systems/admin/systems/class_serverService.inc b/gosa-plugins/systems/admin/systems/class_serverService.inc index e948a1e42..305fcf671 100644 --- a/gosa-plugins/systems/admin/systems/class_serverService.inc +++ b/gosa-plugins/systems/admin/systems/class_serverService.inc @@ -595,6 +595,17 @@ 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