Changeset 1164 for trunk/www/macros/macro_toprated.php
- Timestamp:
- 01/14/12 16:18:10 (4 months ago)
- File:
-
- 1 edited
-
trunk/www/macros/macro_toprated.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/macros/macro_toprated.php
r852 r1164 32 32 'title' => 'Nume', 33 33 'key' => 'full_name', 34 'rowform' => create_function_cached('$row', 35 'return format_user_normal($row["username"], $row["full_name"], $row["rating_cache"]);'), 34 'rowform' => function($row) { 35 return format_user_normal($row['username'], $row['full_name'], $row['rating_cache']); 36 }, 36 37 ), 37 38 array( 38 39 'title' => 'Rating', 39 40 'key' => 'rating_cache', 40 'rowform' => create_function_cached('$row', 'return rating_scale($row[\'rating_cache\']);'), 41 'rowform' => function($row) { 42 return rating_scale($row['rating_cache']); 43 }, 41 44 'css_class' => 'number rating', 42 45 ),
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)