s
This commit is contained in:
@@ -329,9 +329,10 @@ 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");
|
||||
$authorname = db_get("SELECT `authorname, descript` FROM `authors` WHERE `author_id` = $author_id LIMIT 1");
|
||||
|
||||
$content['authorname'] = $authorname['authorname'];
|
||||
$content['authordescript'] = $authorname['descript'];
|
||||
|
||||
if ($page > 1) {
|
||||
$prevpage = $page - 1;
|
||||
|
||||
Reference in New Issue
Block a user