Vergleich stats.php - 1.8.29 - 1.8.38
Zeile 160 | Zeile 160 |
---|---|
$query = $db->simple_select('forums', 'fid, name, threads, posts', "type='f'$fidnot", array('order_by' => 'posts', 'order_dir' => 'DESC', 'limit' => 1)); |
$query = $db->simple_select('forums', 'fid, name, threads, posts', "type='f'$fidnot", array('order_by' => 'posts', 'order_dir' => 'DESC', 'limit' => 1)); |
if(empty($forum['fid'])) | if(!$forum) |
{ | { |