Index: branches/RC/core/units/statistics/statistics_config.php =================================================================== diff -u -N -r8929 -r11546 --- branches/RC/core/units/statistics/statistics_config.php (.../statistics_config.php) (revision 8929) +++ branches/RC/core/units/statistics/statistics_config.php (.../statistics_config.php) (revision 11546) @@ -15,26 +15,26 @@ 3 => 'event', 4 => 'mode', ), - + 'IDField' => 'StatItemId', - + 'TitleField' => 'ListLabel', - + 'TitlePresets' => Array( - 'statistics_list' => Array('prefixes' => Array('stat_List'), 'format' => "!la_title_Statistics! (#stat_recordcount#)"), + 'statistics_list' => Array('prefixes' => Array('stat_List'), 'format' => "!la_title_Statistics!"), ), - + 'TableName' => TABLE_PREFIX.'StatItem', 'ListSQLs' => Array('' => 'SELECT %1$s.* %2$s FROM %1$s'), 'ItemSQLs' => Array('' => 'SELECT %1$s.* %2$s FROM %1$s'), - + 'ListSortings' => Array( '' => Array( 'Sorting' => Array('Priority' => 'asc'), ) ), - + 'Fields' => Array( 'StatItemId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), 'Module' => Array('type' => 'string','not_null' => '1','default' => ''), @@ -45,8 +45,8 @@ 'AdminSummary' => Array('type' => 'int','not_null' => 1, 'default' => 0), ), - + 'Grids' => Array( 'Default' => Array( 'Icons' => Array('default' => 'icon16_custom.gif'), @@ -56,8 +56,8 @@ 'FirstName' => Array( 'title'=>'la_col_FirstName'), ), ), - - + + ), );