add books
This commit is contained in:
@@ -243,6 +243,8 @@ function clients_arch($page = 16, $category_id = 1, $filter = 'all'){
|
||||
WHERE
|
||||
category_id = $category_id
|
||||
$between
|
||||
AND
|
||||
`active` = 1
|
||||
LIMIT 1
|
||||
";
|
||||
|
||||
@@ -257,6 +259,8 @@ function clients_arch($page = 16, $category_id = 1, $filter = 'all'){
|
||||
WHERE
|
||||
category_id = $category_id
|
||||
$between
|
||||
AND
|
||||
`active` = 1
|
||||
ORDER BY
|
||||
price_id DESC
|
||||
LIMIT $limit
|
||||
|
||||
Reference in New Issue
Block a user