add books

This commit is contained in:
Andrey Kuvshinov
2020-05-16 18:36:20 +03:00
parent ad701b1bde
commit 003d8d3c2b
3 changed files with 10 additions and 3 deletions

View File

@@ -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