Пример #1
0
 function stat_part_undo()
 {
     $results = Part::get_undo_parts();
     render_with_layout('misc.php', 'Statistics/stat_part_undo.php', compact('results'));
 }