summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5288238)
raw | patch | inline | side by side (parent: 5288238)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 May 2006 08:37:18 +0000 (08:37 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 May 2006 08:37:18 +0000 (08:37 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3280 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/users/class_divListUsers.inc | patch | blob | history |
diff --git a/plugins/admin/users/class_divListUsers.inc b/plugins/admin/users/class_divListUsers.inc
index e59e5c82dad2da3dd845ed9a4b6de7237e2df27c..f8c375d392b4153ae649cffb389ef79a2bd721f7 100644 (file)
/* Possilbe objectClass image combinations */
$possibleAccounts = array(
"posixAccount" => array("VAR"=>"posix" ,"IMG"=>"posiximg"),
- "gotoEnvironment" => array("VAR"=>"enviro" ,"IMG"=>"enviro"),
+ "gotoEnvironment" => array("VAR"=>"enviro" ,"IMG"=>"eviroimg"),
"gosaMailAccount" => array("VAR"=>"maila" ,"IMG"=>"mailimg"),
"goFaxAccount" => array("VAR"=>"faxac" ,"IMG"=>"faximg"),
"sambaSamAccount" => array("VAR"=>"samba" ,"IMG"=>"sambaimg"),