Code

Fixed base64 handling of USB ID's
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 5 Oct 2005 13:37:25 +0000 (13:37 +0000)
committercajus <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

index 372c6b7e1bde2bb21b0c203c2dbc68d5f2d439b9..7795b5ea89725eab28e27c57319da5abe5fb6dd3 100644 (file)
@@ -105,7 +105,7 @@ class environment extends plugin
         $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;
       }
     }