Code

Fixed glpi posts
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 20 Jun 2006 08:14:03 +0000 (08:14 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 20 Jun 2006 08:14:03 +0000 (08:14 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@3832 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_glpiAccount.inc

index 94e703c4998e369642d665d91e96f982ce2af250..2c909c6906a3eed17372c221a69577e24c180957 100644 (file)
@@ -693,7 +693,7 @@ class glpiAccount extends plugin
     plugin::save_object();
     foreach($this->attributes as $attrs){
       if(isset($_POST[$attrs])){
-        $this->$attrs = $_POST[$attrs];
+        $this->$attrs = stripslashes ($_POST[$attrs]);
       }
     }
   }