관리자 #47 의 5 처리 : 1차 완료

This commit is contained in:
whitedot
2012-11-20 11:45:26 +09:00
parent fa63e4c47c
commit 3b1fb93420
22 changed files with 45 additions and 45 deletions

View File

@ -90,8 +90,8 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
$row2 = sql_fetch($sql2);
$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>';
$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>';
?>
<tr>