#401 에 따른 투표항목 없을 때 스킨 출력되지 않도록 수정

This commit is contained in:
chicpro
2013-03-15 16:21:39 +09:00
parent 362d2f604b
commit dc0958eadf

View File

@ -11,6 +11,9 @@ if (!$po_id) {
}
$po = sql_fetch(" select * from {$g4['poll_table']} where po_id = '$po_id' ");
if(!$po['po_id'])
return;
?>
<form name="fpoll" action="<?=G4_BBS_URL?>/poll_update.php" onsubmit="return fpoll_submit(this);" target="win_poll" method="post">