Added japanese language file

This commit is contained in:
Daniel Winzen
2017-08-08 21:25:53 +02:00
parent 1c4f87700f
commit 91595d8e6f
3 changed files with 96 additions and 1 deletions

View File

@ -131,7 +131,7 @@ function send_html(){
$pages=1;
foreach($special as $name=>$query){
if($cat===count($categories)+1){
$num[0]=100;
$num[0]=PER_PAGE;
}else{
$num=$db->query('SELECT COUNT(*) FROM ' . PREFIX . "onions WHERE $query;")->fetch(PDO::FETCH_NUM);
}