From 844a71d6b8b9bd6e517eed0f9c474a0d0e55535c Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 15 Aug 2005 11:59:41 +0000 Subject: [PATCH] Added base64_decode git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1144 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 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": -- 2.30.2