This commit is contained in:
Zhuk Viatcheslav
2020-11-20 12:54:58 +03:00
parent 7983c2c78d
commit c9e8bab6f1

View File

@@ -325,7 +325,10 @@ function readtext_kuri($hash, $page = 1, $promo = 'full'){
$content = apipage_kuri($price['price_id'], $page);
//$price = db_get("SELECT `authorname` FROM `authors` WHERE `author_id` = $content['author_id']");
echo $content['author_id'];
foreach ($content as $news) {
$author_id = $news['author_id'];
}
echo $author_id;
//print_r($content);