add readbook

This commit is contained in:
Andrey Kuvshinov
2020-05-24 17:10:45 +03:00
parent 02b7d3f8fa
commit d91466c5d9
4 changed files with 37 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ function api_pricehash($hash){
$pricesql = "
SELECT
`price_id`, `pricename`, `BeginDate`, `category_id`, `pages`
`price_id`, `pricename`, `BeginDate`, `category_id`, `pages`, `pdf`, `html`
FROM
`price`
WHERE