From: hickert Date: Fri, 1 Dec 2006 11:52:10 +0000 (+0000) Subject: Fixed typo ... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cdc1a765b26d52ae4ae3e2296fdb8214e23b2973;p=gosa.git Fixed typo ... git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5289 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/users/tabs_user.inc b/plugins/admin/users/tabs_user.inc index 6822ab713..b8cb962bf 100644 --- a/plugins/admin/users/tabs_user.inc +++ b/plugins/admin/users/tabs_user.inc @@ -91,7 +91,7 @@ class usertabs extends tabs } if ($this->dn == 'new'){ - $baseobject->cn= $tp.$baseobject->givenName." ".$baseobject->sn; + $baseobject->cn= $pt.$baseobject->givenName." ".$baseobject->sn; $this->by_object['user']= $baseobject; if (isset($this->config->current['DNMODE']) && $this->config->current['DNMODE'] == "uid"){ $this->dn= 'uid='.$baseobject->uid.','.get_people_ou().$baseobject->base;