summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dff33ec)
raw | patch | inline | side by side (parent: dff33ec)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 23 Oct 2007 11:06:28 +0000 (11:06 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 23 Oct 2007 11:06:28 +0000 (11:06 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7629 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_workstationStartup.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_workstationStartup.inc b/plugins/admin/systems/class_workstationStartup.inc
index becae67dfe39ee93c93f088014f3335575475ff2..8f747beee12eec743348bcd677994913cfffd1d8 100644 (file)
if not, dont't add them to our list
*/
foreach($this->FAIServRepConfig as $mirror => $rest){
+
+ /* Automatically selection is available everytime */
+ if($mirror == "auto"){
+ continue;
+ }
+
$use = false;
if(count($this->FAIclass) == 0){
$use = true;