From 1f6340fee6d0b2e702538e0fec5a32e2afc74444 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 12 Aug 2005 09:07:52 +0000 Subject: [PATCH] Parametername in phonaccount moved to single line. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1120 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofon/phoneaccount/class_phoneAccount.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc index c55d63bd0..852abc524 100644 --- a/plugins/gofon/phoneaccount/class_phoneAccount.inc +++ b/plugins/gofon/phoneaccount/class_phoneAccount.inc @@ -591,11 +591,11 @@ class phoneAccount extends plugin case "string": $str="acl, "goFonMacro")." style='width:340px;'>"; - $macrotab.= "$name$str"; + $macrotab.= "$name$str"; break; } - $macrotab.= ""; + $macrotab.= " "; } $macrotab.=""; -- 2.30.2