From: hickert Date: Tue, 28 Jun 2005 11:57:24 +0000 (+0000) Subject: Default value was not set for string X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6786ae1fe874c4291e57c8c15fb9934f3f60afb7;p=gosa.git Default value was not set for string git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@901 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc index 0a9601386..68864741c 100644 --- a/plugins/gofon/phoneaccount/class_phoneAccount.inc +++ b/plugins/gofon/phoneaccount/class_phoneAccount.inc @@ -131,7 +131,7 @@ class phoneAccount extends plugin /* Set all attrs */ $id = $data[0]; $this->macroarray[$attrs['dn']][$id]['var'] ="var".$id; - $this->macroarray[$attrs['dn']][$id]['choosen']="N/A"; + $this->macroarray[$attrs['dn']][$id]['choosen']=$data[3]; $this->macroarray[$attrs['dn']][$id]['id'] = $id; $this->macroarray[$attrs['dn']][$id]['name'] =$data[1]; $this->macroarray[$attrs['dn']][$id]['type'] =$data[2];