From: hickert Date: Fri, 11 Aug 2006 11:44:34 +0000 (+0000) Subject: Marked possibly error X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6576f1516197676e5dbd9adad24cd29d5f5e0867;p=gosa.git Marked possibly error git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4489 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/generic/class_user.inc b/plugins/personal/generic/class_user.inc index 6f5bd912c..b4b709248 100644 --- a/plugins/personal/generic/class_user.inc +++ b/plugins/personal/generic/class_user.inc @@ -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(); }