From: hickert Date: Mon, 19 Apr 2010 13:29:56 +0000 (+0000) Subject: get rid of the div stuff X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=784ee491bb22012f12a512e6a821bb84e32571bf;p=gosa.git get rid of the div stuff git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17712 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc b/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc index 973935756..6c46f1123 100644 --- a/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc +++ b/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc @@ -394,7 +394,7 @@ class gofaxAccount extends plugin $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]."]");