Code

Removed dummy code.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 6 Jul 2011 14:38:26 +0000 (14:38 +0000)
committerhickert <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

index a01fa09d084c8646bd3645aa0d0cdcb652799735..2b3d9a6b59ed5c06b6668c5ab4b8cf80ae765ea4 100644 (file)
@@ -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