sql_order 빠진 것 추가

This commit is contained in:
chicpro
2013-08-02 17:50:38 +09:00
parent b7ac5d49cd
commit 7f6e45fd1e

View File

@ -299,7 +299,7 @@ class item_list
$sql_where = " where " . implode(" and ", $where);
$sql_limit = " limit " . $this->from_record . " , " . ($this->list_mod * $this->list_row);
$sql = $sql_select . $sql_common . $sql_where . $sql_limit;
$sql = $sql_select . $sql_common . $sql_where . $sql_order . $sql_limit;
$result = sql_query($sql);
if ($this->is_page) {