summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1273c37)
raw | patch | inline | side by side (parent: 1273c37)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 7 Aug 2006 08:33:59 +0000 (08:33 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 7 Aug 2006 08:33:59 +0000 (08:33 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4411 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/generic/class_user.inc | patch | blob | history |
index 77269484084914487230ef3fc2d4bf9a11a7a222..865993c2fa185c2a17611314a43f0fb9fbd3cbe2 100644 (file)
/* Load extra attributes: certificate and picture */
$this->load_cert();
- $this->load_picture();
if ($this->userCertificate != ""){
$this->had_userCertificate= TRUE;
}
/* Get random number for pictures */
srand((double)microtime()*1000000);
$smarty->assign("rand", rand(0, 10000));
+ $this->load_picture();
+
/* Do we represent a valid gosaAccount? */
if (!$this->is_account){