summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ddf08bf)
raw | patch | inline | side by side (parent: ddf08bf)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 19 Apr 2010 13:29:56 +0000 (13:29 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 19 Apr 2010 13:29:56 +0000 (13:29 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17712 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc | patch | blob | history |
diff --git a/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc b/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc
index 9739357560012de065d14857b6449dd070b2c703..6c46f112353a1d116d7a643dbbb3edd4bdbf8887 100644 (file)
$this->departments[preg_replace("/^[^,]+,/","",$base)] = ".. - ["._("back")."]";
}
- /* Fetch all returned departments an add them to our divlist */
+ /* Fetch all returned departments an add them to our listing */
while($value = $ldap->fetch()){
if($value["description"][0]!=".."){
$this->departments[$value['dn']]=LDAP::fix(convert_department_dn($value['dn'])." - [".$value["description"][0]."]");