From 8b361ffa6c79a462cc5bbbbf7dab5fa8145c5909 Mon Sep 17 00:00:00 2001 From: Zhuk Viatcheslav Date: Fri, 20 Nov 2020 13:02:54 +0300 Subject: [PATCH] s --- app/routes/anpdf.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/routes/anpdf.php b/app/routes/anpdf.php index a9b003f..231b119 100644 --- a/app/routes/anpdf.php +++ b/app/routes/anpdf.php @@ -328,12 +328,10 @@ function readtext_kuri($hash, $page = 1, $promo = 'full'){ foreach ($content as $news) { $author_id = $news['author_id']; } - + $authorname = db_get("SELECT `authorname` FROM `authors` WHERE `author_id` = $author_id LIMIT 1"); $content['authorname'] = $authorname['authorname']; - print_r($content); - if ($page > 1) { $prevpage = $page - 1;