Code

Updated mimetype copy & paste
[gosa.git] / plugins / admin / fai / class_faiHookEntry.inc
index 994f7912630635582acd7c7ffa82f1017dd0867a..244af77bde30cf836f0e256d61a0bf2e60e328b0 100644 (file)
@@ -101,9 +101,9 @@ class faiHookEntry extends plugin
      */
     foreach($this->attributes as $attrs){
       if(get_magic_quotes_gpc()){
-        $smarty->assign($attrs,htmlentities(stripslashes($this->$attrs)));
+        $smarty->assign($attrs,(stripslashes($this->$attrs)));
       }else{
-        $smarty->assign($attrs,htmlentities($this->$attrs));
+        $smarty->assign($attrs,($this->$attrs));
       }
     }