Changeset 1164 for trunk/www/views/round_register_view.php
- Timestamp:
- 01/14/12 16:18:10 (4 months ago)
- File:
-
- 1 edited
-
trunk/www/views/round_register_view.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/round_register_view.php
r864 r1164 15 15 array( 16 16 'title' => 'Pozitie', 17 ' rowform' => create_function_cached('$row', 'return $row["position"];'),17 'key' => 'position', 18 18 'css_class' => 'number rank', 19 19 ), 20 20 array( 21 21 'title' => 'Nume', 22 'rowform' => create_function_cached('$row', 23 'return format_user_normal($row["username"], $row["fullname"], $row["rating"]);'), 22 'rowform' => function($row) { 23 return format_user_normal($row['username'], $row['fullname'], $row['rating']); 24 }, 24 25 ), 25 26 array( 26 27 'title' => 'Rating', 27 'rowform' => create_function_cached('$row', 'return rating_scale($row["rating"]);'), 28 'rowform' => function($row) { 29 return rating_scale($row['rating']); 30 }, 28 31 'css_class' => 'number rating' 29 32 ),
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)