회원관리 삭제 한번 더

This commit is contained in:
whitedot
2012-11-01 12:01:41 +09:00
parent 62204295ba
commit f4dda7af5c
2 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ for ($i=0; $i<count($chk); $i++)
}
if ($msg)
echo "<script type='text/javascript'> alert('$msg'); </script>";
echo "<script> alert('$msg'); </script>";
goto_url("./member_list.php?$qstr");
?>