From: hickert Date: Mon, 15 Aug 2005 11:59:41 +0000 (+0000) Subject: Added base64_decode X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=844a71d6b8b9bd6e517eed0f9c474a0d0e55535c;p=gosa.git Added base64_decode git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1144 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc index a99133bd5..03f69db13 100644 --- a/plugins/gofon/phoneaccount/class_phoneAccount.inc +++ b/plugins/gofon/phoneaccount/class_phoneAccount.inc @@ -566,7 +566,7 @@ class phoneAccount extends plugin } } $str.=""; - $macrotab.= "$name$str"; + $macrotab.= "".base64_decode($name)."$str"; break; case "bool":