sql_order 빠진 것 추가
This commit is contained in:
@ -299,7 +299,7 @@ class item_list
|
|||||||
$sql_where = " where " . implode(" and ", $where);
|
$sql_where = " where " . implode(" and ", $where);
|
||||||
$sql_limit = " limit " . $this->from_record . " , " . ($this->list_mod * $this->list_row);
|
$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);
|
$result = sql_query($sql);
|
||||||
|
|
||||||
if ($this->is_page) {
|
if ($this->is_page) {
|
||||||
|
|||||||
Reference in New Issue
Block a user