Code

Added recode for FAIscript, to create valid unix files
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 Oct 2005 09:42:38 +0000 (09:42 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 Oct 2005 09:42:38 +0000 (09:42 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1701 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/fai/class_faiHookEntry.inc

index f9f6b5e080de10fefb2d4f6a8e9a664530b32fd3..c372b81eaa4d2df73082a756aa1f8b954d3a5270 100644 (file)
@@ -85,6 +85,7 @@ class faiHookEntry extends plugin
           $this->$attrs = "";
         }
       }
+      $this->FAIscript= recode("DOS..LATIN1", $this->FAIscript);
     }
   }