From dc97c71e0bfdc9f4e83c5fa60634507ac1574d43 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 21 Apr 2018 12:20:55 +0900 Subject: [PATCH] =?UTF-8?q?1=EC=9B=94=EC=9D=84=20=EB=86=93=EC=B9=98?= =?UTF-8?q?=EB=A9=B4=20=ED=83=9C=EC=96=B4=EB=82=98=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EC=9C=BC=EB=AF=80=EB=A1=9C=20Date=20=EA=B8=B0=EC=A4=80?= =?UTF-8?q?=EC=9D=84=20=3D=3D=EC=97=90=EC=84=9C=20>=3D=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Scenario.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Scenario.php b/hwe/sammo/Scenario.php index 77bd7283..b3cad337 100644 --- a/hwe/sammo/Scenario.php +++ b/hwe/sammo/Scenario.php @@ -321,7 +321,7 @@ class Scenario{ $actions[] = ['DeleteEvent']; $this->events[] = [ - 'cond'=>['Date', '==', $targetYear, '1'], + 'cond'=>['Date', '>=', $targetYear, '1'], 'action'=>$actions ]; }