summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ec360ca)
raw | patch | inline | side by side (parent: ec360ca)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 15 Aug 2005 11:59:41 +0000 (11:59 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 15 Aug 2005 11:59:41 +0000 (11:59 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1144 594d385d-05f5-0310-b6e9-bd551577e9d8
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 a99133bd5f758a790b7e6e0477300875030c057a..03f69db1371c42426e10581be4a40500854612c7 100644 (file)
}
}
$str.="</select>";
- $macrotab.= "<td>$name</td><td>$str";
+ $macrotab.= "<td>".base64_decode($name)."</td><td>$str";
break;
case "bool":