From 62c0803cf5a96b00775fac61a3ef68b21250b65c Mon Sep 17 00:00:00 2001 From: thisgun Date: Fri, 7 Jun 2024 12:38:32 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B4=88=EA=B8=B0=ED=99=94=EB=90=98=EC=A7=80?= =?UTF-8?q?=20=EC=95=8A=EC=9D=80=20=20=EB=B3=80=EC=88=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20#325?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/get_data.lib.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/get_data.lib.php b/lib/get_data.lib.php index 4e6b8bc49..4de6b353e 100644 --- a/lib/get_data.lib.php +++ b/lib/get_data.lib.php @@ -145,6 +145,8 @@ function get_content_by_field($write_table, $type='bbs', $where_field='', $where { global $g5, $g5_object; + static $cache = array(); + $order_key = 'wr_id'; if( $type === 'content' ){