Vergleich admin/modules/tools/warninglog.php - 1.8.22 - 1.8.23
Zeile 431 | Zeile 431 |
---|---|
$title = htmlspecialchars_uni($title); |
$title = htmlspecialchars_uni($title); |
$points = '+'.$row['points']; | $row['points'] = "+{$row['points']}"; |
} |
} |
$points = $lang->sprintf($lang->warning_points, $row['points']); | |
|
|
$table->construct_cell("{$title} ({$points})"); | $table->construct_cell("{$title} {$points}"); |
$table->construct_cell($issued_date, array("class" => "align_center")); | $table->construct_cell($issued_date, array("class" => "align_center")); |