From a6bd17fa01a7e2e880a96ed07952bda803aac263 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 20 Aug 2014 10:29:53 +0900 Subject: [PATCH] =?UTF-8?q?print=5Faddress=20=ED=95=A8=EC=88=98=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/common.lib.php b/lib/common.lib.php index c0dfc9ae0..c8e839ed3 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -2592,11 +2592,11 @@ function print_address($addr1, $addr2, $addr3, $addr4) } else { if($addr2) $address .= ', '.$addr2; - - if($addr3) - $address .= ' '.$addr3; } + if($addr3) + $address .= ' '.$addr3; + return $address; }