사용하지 않는 코드 삭제

This commit is contained in:
chicpro
2015-05-15 16:47:49 +09:00
parent 5dfdcb1d85
commit 08f7c21fc2
5 changed files with 0 additions and 7 deletions

View File

@ -52,7 +52,6 @@ $colspan = 7;
<tbody>
<?php
for ($i=0; $row=mysql_fetch_array($result); $i++) {
//$s_del = '<a href="javascript:post_delete(\'mail_update.php\', '.$row['ma_id'].');">삭제</a>';
$s_vie = '<a href="./mail_preview.php?ma_id='.$row['ma_id'].'" target="_blank">미리보기</a>';
$num = number_format($total_count - ($page - 1) * $config['cf_page_rows'] - $i);