회원관리 리스트

This commit is contained in:
whitedot
2012-11-01 10:18:42 +09:00
parent b983f2b8ba
commit 1e82137bb1
3 changed files with 23 additions and 19 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");
?>