summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 164f7e7)
raw | patch | inline | side by side (parent: 164f7e7)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 6 Jul 2011 14:38:26 +0000 (14:38 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 6 Jul 2011 14:38:26 +0000 (14:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20937 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc | patch | blob | history |
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 a01fa09d084c8646bd3645aa0d0cdcb652799735..2b3d9a6b59ed5c06b6668c5ab4b8cf80ae765ea4 100644 (file)
$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