diff --git a/app/routes/anpdf.php b/app/routes/anpdf.php index 9892400..eb0e8e0 100644 --- a/app/routes/anpdf.php +++ b/app/routes/anpdf.php @@ -328,7 +328,7 @@ function readtext_kuri($hash, $page = 1, $promo = 'full'){ $author_id = $news['author_id']; } $authorname = db_get("SELECT `authorname` FROM `authors` WHERE `author_id` = $author_id LIMIT 1"); - print_r($authorname); + echo $authorname['authorname']; //print_r($content);