This commit is contained in:
Zhuk Viatcheslav
2020-11-20 13:16:50 +03:00
parent 1f60b08bf5
commit f95858ccfb

View File

@@ -329,7 +329,7 @@ function readtext_kuri($hash, $page = 1, $promo = 'full'){
$author_id = $news['author_id']; $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['authorname'] = $authorname['authorname'];
$content['authordescript'] = $authorname['descript']; $content['authordescript'] = $authorname['descript'];