summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 72f5655)
raw | patch | inline | side by side (parent: 72f5655)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 Oct 2005 13:37:25 +0000 (13:37 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 Oct 2005 13:37:25 +0000 (13:37 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1489 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/environment/class_environment.inc | patch | blob | history |
diff --git a/plugins/personal/environment/class_environment.inc b/plugins/personal/environment/class_environment.inc
index 372c6b7e1bde2bb21b0c203c2dbc68d5f2d439b9..7795b5ea89725eab28e27c57319da5abe5fb6dd3 100644 (file)
$tmp = split("\|",$device);
$tmp2['name'] = $tmp[0];
$tmp2['description'] = $tmp[1];
- $tmp2['id'] = base64_decode($tmp[2]);
+ $tmp2['id'] = $tmp[2];
$this->gotoHotplugDevices[$tmp[0]]=$tmp2;
}
}