Merge branch 'g5'

This commit is contained in:
chicpro
2014-01-17 11:22:41 +09:00
14 changed files with 72 additions and 34 deletions

View File

@ -10,7 +10,8 @@ if($_POST['js'] == "on") {
function print_result($error, $count)
{
echo '{ "error": "' . $error . '", "count": "' . $count . '" }';
exit;
if($error)
exit;
}
if (!$is_member)