From af96709f81c401c57c08c813302f8eeba71ef0ee Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 6 Jul 2011 14:38:26 +0000 Subject: [PATCH] Removed dummy code. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20937 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../systems/goto/Device/class_InstallRecipe.inc | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc b/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc index a01fa09d0..2b3d9a6b5 100644 --- a/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc +++ b/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc @@ -499,19 +499,8 @@ class InstallRecipe extends plugin $data[$attr] = ($this->$source) ? $data[$attr] = "TRUE" : $data[$attr] = "FALSE"; } - // Set the installation template first. - $rpc = $this->config->getRpcHandle(); - #$res = $rpc->systemSetBaseInstallParameters($this->deviceUUID, $this->installTemplate); - # - #// Handle errors - #$this->rpcError = !$rpc->success(); - #if(!$rpc->success()){ - # $this->rpcErrorMessage = $rpc->get_error(); - # msg_dialog::display(_("Error"), msgPool::rpcError($this->rpcErrorMessage), ERROR_DIALOG); - # return(NULL); - #} - // Set the base installation parameters + $rpc = $this->config->getRpcHandle(); $res = $rpc->systemSetBaseInstallParameters($this->deviceUUID, $data); // Handle errors -- 2.30.2