summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 92aabe1)
raw | patch | inline | side by side (parent: 92aabe1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 28 Jun 2005 11:57:24 +0000 (11:57 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 28 Jun 2005 11:57:24 +0000 (11:57 +0000) |
plugins/gofon/phoneaccount/class_phoneAccount.inc | patch | blob | history |
diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc
index 0a9601386ec7c9856418606a92106ee48cc99018..68864741ca773c8a876f432255ef7efef152a5bd 100644 (file)
/* 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];