$onlyone_query = $showQuery . ' LIMIT ' . intval($q_startpos) .', 1';
(中略)
$b->showUsingQuery($template, $second_query, 0, 1, 1);
if ($q_amount > 0){
$showQuery .= ' LIMIT ' . intval($q_startpos) .',' . intval($q_amount);
}
$b->showUsingQuery($template, $showQuery, 0, 1, 1);
* コメントにURLを書くとブロックされます。
(私が気付いたときは解除されることもありますが。)
* スパムブロックのため、コメントの反映に時間がかかることがあります。