This commit is contained in:
Zhuk Viatcheslav
2020-11-20 13:02:54 +03:00
parent dba94bfe2c
commit 8b361ffa6c

View File

@@ -332,8 +332,6 @@ function readtext_kuri($hash, $page = 1, $promo = 'full'){
$authorname = db_get("SELECT `authorname` FROM `authors` WHERE `author_id` = $author_id LIMIT 1"); $authorname = db_get("SELECT `authorname` FROM `authors` WHERE `author_id` = $author_id LIMIT 1");
$content['authorname'] = $authorname['authorname']; $content['authorname'] = $authorname['authorname'];
print_r($content);
if ($page > 1) { if ($page > 1) {
$prevpage = $page - 1; $prevpage = $page - 1;