summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5e3fcd4)
raw | patch | inline | side by side (parent: 5e3fcd4)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 16 May 2011 11:13:14 +0000 (11:13 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 16 May 2011 11:13:14 +0000 (11:13 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20834 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 f1383a2182d248d3de44d3157575cb946089b5d0..9baaa35027b463867e06892e20d11ef0f0d20d08 100644 (file)
$data[$attr] = ($this->$source) ? $data[$attr] = "TRUE" : $data[$attr] = "FALSE";
}
- print_a($data);
-
$rpc = $this->config->getRpcHandle();
$res = $rpc->systemSetBaseInstallParameters($this->deviceUUID, $data);