사용하지 않는 코드 삭제

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

@ -106,7 +106,6 @@ $colspan = 7;
$po_etc = ($row['po_etc']) ? "사용" : "미사용";
$s_mod = '<a href="./poll_form.php?'.$qstr.'&amp;w=u&amp;po_id='.$row['po_id'].'">수정</a>';
//$s_del = '<a href="javascript:post_delete(\'poll_form_update.php\', \''.$row['po_id'].'\');">삭제</a>';
$bg = 'bg'.($i%2);
?>