Index: branches/5.2.x/core/units/logs/session_logs/session_logs_config.php =================================================================== diff -u -N -r16388 -r16797 --- branches/5.2.x/core/units/logs/session_logs/session_logs_config.php (.../session_logs_config.php) (revision 16388) +++ branches/5.2.x/core/units/logs/session_logs/session_logs_config.php (.../session_logs_config.php) (revision 16797) @@ -1,6 +1,6 @@ Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'PortalUserId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'SessionId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), + 'SessionKey' => Array ('type' => 'string', 'max_len' => 64, 'not_null' => 1, 'default' => ''), 'Status' => Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter', 'options'=> Array (0 => 'la_opt_Active', 1 => 'la_opt_LoggedOut', 2 => 'la_opt_Expired'), @@ -136,6 +137,7 @@ 'Icons' => Array ('default' => 'icon16_item.png'), 'Fields' => Array ( 'SessionLogId' => Array ('title' => 'column:la_fld_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 70, ), + 'SessionKey' => Array ('title' => 'column:la_fld_LogSessionKey', 'filter_block' => 'grid_like_filter', 'width' => 120, ), 'PortalUserId' => Array ('title' => 'la_col_PortalUserId', 'filter_block' => 'grid_range_filter', 'width' => 70, ), 'UserLogin' => Array ('title' => 'column:la_fld_Username', 'filter_block' => 'grid_like_filter', 'width' => 100, ), 'UserFirstName' => Array ('title' => 'column:la_fld_FirstName', 'filter_block' => 'grid_like_filter', 'width' => 120, ), @@ -150,4 +152,4 @@ ), ), ), -); \ No newline at end of file +);