Vergleich admin/modules/tools/statistics.php - 1.8.17 - 1.8.18

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 134Zeile 134
		echo "</fieldset>\n";

$total_rows = count($stats);

		echo "</fieldset>\n";

$total_rows = count($stats);

 
		$pages = ceil($total_rows / $per_page);
if($mybb->input['page'] > $pages)
{
$mybb->input['page'] = 1;
$start = 0;
}


$table = new Table;
$table->construct_header($lang->date);


$table = new Table;
$table->construct_header($lang->date);