From 6786ae1fe874c4291e57c8c15fb9934f3f60afb7 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 28 Jun 2005 11:57:24 +0000 Subject: [PATCH] Default value was not set for string git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@901 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofon/phoneaccount/class_phoneAccount.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.30.2