코드 상 공백제거

This commit is contained in:
whitedot
2012-11-19 15:03:54 +09:00
parent 0fd75bb16b
commit 746ada3350

View File

@ -10,8 +10,8 @@ if ($member['mb_password'] != sql_password($_POST['admin_password'])) {
alert('패스워드가 다릅니다.');
}
$mb_id = $_POST['mb_id'];
$po_point = $_POST[po_point];
$mb_id = $_POST['mb_id'];
$po_point = $_POST[po_point];
$po_content = $_POST['po_content'];
$mb = get_member($mb_id);