From 759e90e0d49ea15652f370e321639b67975eb1b7 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 23 Jul 2013 09:26:18 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8F=AC=EC=9D=B8=ED=8A=B8=20=EB=82=B4?= =?UTF-8?q?=EC=97=AD=20=EC=BF=BC=EB=A6=AC=EC=97=90=EC=84=9C=20=EC=A0=95?= =?UTF-8?q?=EB=A0=AC=20=ED=95=84=EB=93=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.lib.php b/lib/common.lib.php index 731dd8490..e4a49390f 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -889,7 +889,7 @@ function insert_point($mb_id, $point, $content='', $rel_table='', $rel_id='', $r where mb_id = '$mb_id' and po_expired = '0' and po_point > po_use_point - order by po_datetime asc "; + order by po_id asc "; $result = sql_query($sql); for($i=0; $row=sql_fetch_array($result); $i++) { $point2 = $row['po_point'];