사용후기 제목 출력 코드 수정

This commit is contained in:
chicpro
2015-09-18 17:31:52 +09:00
parent 9ead4485c9
commit b8e5f2a790
2 changed files with 1 additions and 2 deletions

View File

@ -121,7 +121,6 @@ $listall = '<a href="'.$_SERVER['SCRIPT_NAME'].'" class="ov_listall">전체목
<tbody>
<?php
for ($i=0; $row=sql_fetch_array($result); $i++) {
$row['is_subject'] = cut_str($row['is_subject'], 30, "...");
$href = G5_SHOP_URL.'/item.php?it_id='.$row['it_id'];
$name = get_sideview($row['mb_id'], get_text($row['is_name']), $row['mb_email'], $row['mb_homepage']);
$is_content = get_view_thumbnail(conv_content($row['is_content'], 1), 300);