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