summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 042d3d3)
raw | patch | inline | side by side (parent: 042d3d3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 12 Dec 2005 06:11:16 +0000 (06:11 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 12 Dec 2005 06:11:16 +0000 (06:11 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2280 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiPackage.inc | patch | blob | history |
index cb9b9f8d8071dc62e97ed7997fe870193f69507f..0270baacae32ff0a8066e7564e0b89047922acf4 100644 (file)
$tmp['Name'] = $attr['FAIvariable'][0];
$tmp['Type'] = $attr['FAIvariableType'][0];
- if (isset($attrs['FAIvariableContent'][0])){
+ if (isset($attr['FAIvariableContent'][0])){
if(!in_array($attr['FAIvariableType'],array("multiselect"))){
$tmp['Value'] = $attr['FAIvariableContent'][0];
}else{