Code

Marked possibly error
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 11 Aug 2006 11:44:34 +0000 (11:44 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 11 Aug 2006 11:44:34 +0000 (11:44 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4489 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/generic/class_user.inc

index 6f5bd912cda49a81186fea1dd8f8fdb74ec5fd27..b4b7092488f290cef28b17e03d9741d1d03c4591 100644 (file)
@@ -825,6 +825,8 @@ class user extends plugin
       }
 
     } elseif(!$this->is_new) {
+      echo "I think this is not currect, but can't test it right now. ";
+      // This should be set to array in all cases ... else we write *removed* into this attribute ...
       $this->attrs["jpegPhoto"] = array();
     }