From 784ee491bb22012f12a512e6a821bb84e32571bf Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 19 Apr 2010 13:29:56 +0000 Subject: [PATCH] get rid of the div stuff git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17712 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]."]"); -- 2.30.2