From 605f3a12ff37f56c6df4022a126caa9fc222e14b Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 31 Dec 2020 13:24:33 +0900 Subject: [PATCH] =?UTF-8?q?select=20pool=20=EC=88=98=20=EC=A6=9D=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/j_get_select_pool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/j_get_select_pool.php b/hwe/j_get_select_pool.php index c57d15e7..5c2d838d 100644 --- a/hwe/j_get_select_pool.php +++ b/hwe/j_get_select_pool.php @@ -76,7 +76,7 @@ if($tokens){ $pick = []; $valid_until = null; -foreach(pickGeneralFromPool($db, $userID, 5) as $pickObj){ +foreach(pickGeneralFromPool($db, $userID, 14) as $pickObj){ $valid_until = $pickObj->getValidUntil(); $info = $pickObj->getInfo(); putInfoText($info);