Code

Added base64_decode
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 15 Aug 2005 11:59:41 +0000 (11:59 +0000)
committerhickert <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

index a99133bd5f758a790b7e6e0477300875030c057a..03f69db1371c42426e10581be4a40500854612c7 100644 (file)
@@ -566,7 +566,7 @@ class phoneAccount extends plugin
             }
           }
           $str.="</select>";
-          $macrotab.= "<td>$name</td><td>$str";
+          $macrotab.= "<td>".base64_decode($name)."</td><td>$str";
           break;
 
           case "bool":