summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9738f85)
raw | patch | inline | side by side (parent: 9738f85)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 1 Dec 2006 11:52:10 +0000 (11:52 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 1 Dec 2006 11:52:10 +0000 (11:52 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5289 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/users/tabs_user.inc | patch | blob | history |
index 6822ab713c1d4c68fde29754ccc2f3e945594e17..b8cb962bf98ead72e48620387fe43f963b1c5a97 100644 (file)
}
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;