Code

Fixed errors
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 15 Sep 2006 09:52:32 +0000 (09:52 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 15 Sep 2006 09:52:32 +0000 (09:52 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4691 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/connectivity/class_intranetAccount.inc
plugins/personal/mail/class_mailAccount.inc

index f3fc0fdf60739011d464d01c78d2c9098a5c4e71..3e16448bcb7cbfd1f65d5ad59797b097960b9518 100644 (file)
@@ -166,7 +166,7 @@ class intranetAccount extends plugin
       show_ldap_error($ldap->get_error(), sprintf(_("Saving of user/intranet account with dn '%s' failed."),$this->dn));
 
       /* Optionally execute a command after we're done */
-      $this->postcreate(array("uid" = $this->uid));
+      $this->postcreate(array("uid" => $this->uid));
   }
 
 
index 1161d9173fe434c5f887902fb681f69ab6584193..b8c78b802a4d2c856f5dac58d5609d48f0f7f94a 100644 (file)
@@ -30,7 +30,6 @@ class mailAccount extends plugin
 
   /* plugin specific values */
   var $mail                               = "";
-  var $uid                                = "";
   var $gosaMailAlternateAddress           = array();
   var $gosaMailForwardingAddress          = array();
   var $gosaMailDeliveryMode               = "[L        ]";