From: hickert Date: Tue, 23 Mar 2010 08:44:21 +0000 (+0000) Subject: Added missing functions to allow copy & paste X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4cdf041cd1b126e781bbba06dbef3f67a4e4099a;p=gosa.git Added missing functions to allow copy & paste git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17006 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 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: ?>