diff --git a/adm/member_delete.php b/adm/member_delete.php index 5eee6a74d..e536f6c57 100644 --- a/adm/member_delete.php +++ b/adm/member_delete.php @@ -1,4 +1,4 @@ - +', 0); add_javascript('', 0); -if (!($graph == 'line' || $graph == 'bar')) +if (!($graph == 'line' || $graph == 'bar')) $graph = 'line'; if ($graph == 'bar') { @@ -49,7 +49,7 @@ foreach($period_array as $key=>$value) { break; } } -if (!$is_period) +if (!$is_period) $period = '오늘'; $day = $period_array[$period][0]; @@ -64,15 +64,15 @@ if ($period == '오늘') { $from = $yesterday; $to = $from; } else if ($period == '내일') { - $from = date('Y-m-d', G5_SERVER_TIME + (86400 * 2)); + $from = date('Y-m-d', G5_SERVER_TIME + (86400 * 2)); $to = $from; } else { - $from = date('Y-m-d', G5_SERVER_TIME - (86400 * $period_array[$period][1])); + $from = date('Y-m-d', G5_SERVER_TIME - (86400 * $period_array[$period][1])); $to = $yesterday; } $sql_bo_table = ''; -if ($bo_table) +if ($bo_table) $sql_bo_table = "and bo_table = '$bo_table'"; switch ($day) { @@ -130,7 +130,7 @@ switch ($day) {