Code

Fixed picture output
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 20 Jul 2006 08:51:19 +0000 (08:51 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 20 Jul 2006 08:51:19 +0000 (08:51 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4252 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/generic/class_user.inc

index 33a7d1d9ac1764ecaa9dbd755cb5981099db97ec..1800a0722547ba18987ff7879f957dd86f92ed83 100644 (file)
@@ -154,8 +154,6 @@ class user extends plugin
         $this->base= dn2base($dn);
       }
 
-      echo $this->base;
-
       /* get password storage type */
       if (isset ($this->attrs['userPassword'][0])){
        /* Initialize local array */
@@ -175,8 +173,8 @@ class user extends plugin
       }
 
       /* Load extra attributes: certificate and picture */
-      $this->load_picture();
       $this->load_cert();
+      $this->load_picture();
       if ($this->userCertificate != ""){
         $this->had_userCertificate= TRUE;
       }