도로명 주소 출력변환 함수 추가

This commit is contained in:
chicpro
2014-01-03 15:54:13 +09:00
parent b2251d9ea8
commit 12380f1274
2 changed files with 18 additions and 1 deletions

View File

@ -185,7 +185,7 @@ $colspan = 15;
if ($intercept_title == '')
$intercept_title = '차단하기';
$address = $row['mb_zip1'] ? $row['mb_addr1'].' '.$row['mb_addr2'] : '';
$address = $row['mb_zip1'] ? print_address($row['mb_addr1'], $row['mb_addr2']) : '';
$bg = 'bg'.($i%2);