From 02e4ec4584866ec655b524d8f238991572d6bae3 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 22 Nov 2016 10:46:03 +0900 Subject: [PATCH] =?UTF-8?q?<=3Fphp=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/member_delete.php | 2 +- adm/member_list_delete.php | 2 +- adm/write_count.php | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) 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) {