summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 19f5d40)
raw | patch | inline | side by side (parent: 19f5d40)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 Nov 2008 17:28:24 +0000 (17:28 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 Nov 2008 17:28:24 +0000 (17:28 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12951 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 82c7b691559817586f21abf692859b82ca38b9df..1d9131090abb61bcc41680763cd9f32b4573cfb3 100644 (file)
#} else {
# $this->bootmode= "T";
#}
- if (preg_match("/ o /", $this->gotoKernelParameters)){
- $this->customParameters= preg_replace ("/^.* o /", "", $this->gotoKernelParameters);
- } else {
- $this->customParameters= "";
- }
+ #if (preg_match("/ o /", $this->gotoKernelParameters)){
+ # $this->customParameters= preg_replace ("/^.* o /", "", $this->gotoKernelParameters);
+ #} else {
+ # $this->customParameters= "";
+ #}
+ $this->customParameters= preg_replace ("/^o /", "", $this->gotoKernelParameters);
/* Prepare Shares */
if((isset($this->attrs['gotoShare']))&&(is_array($this->attrs['gotoShare']))){