summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4670595)
raw | patch | inline | side by side (parent: 4670595)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 17 Apr 2008 06:04:33 +0000 (06:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 17 Apr 2008 06:04:33 +0000 (06:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10521 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc
index 2c167fc01c98a2641fe28127fdad0d05b5b46974..a7c7707e214af2a0afef850588c32735568f09be 100644 (file)
/* FAI class selection */
var $FAIclass = array(); // The currently selected classes
- var $FAIrelease = "";
- var $FAIdebianMirror = "auto";
+ var $FAIrelease = "";
+ var $FAIdebianMirror = "auto";
var $si_active = FALSE;
var $si_fai_action_failed = FALSE;
/* Handle inheritance value "default" */
if ($this->member_of_ogroup){
$this->gotoBootKernels= array("default-inherited" => '['._("inherited").']');
+ }else{
+ $this->gotoBootKernels= array("default-inherited" => _("default"));
}
/* If we are member in an object group,
/* Get list of available kernel for this release
*/
- $force = TRUE;
if($force || !isset($this->cache['KERNELS'][$release])){
$o_queue = new gosaSupportDaemon();
$tmp = $o_queue->FAI_get_kernels($release);