mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge pull request #5524 from hanakin/ticket/15953
[ticket/15953] add reported pm message borders
This commit is contained in:
@@ -39,7 +39,7 @@ function view_folder($id, $mode, $folder_id, $folder)
|
||||
// Grab icons
|
||||
$icons = $cache->obtain_icons();
|
||||
|
||||
$color_rows = array('marked', 'replied');
|
||||
$color_rows = array('message_reported', 'marked', 'replied');
|
||||
|
||||
$_module = new p_master();
|
||||
$_module->list_modules('ucp');
|
||||
|
Reference in New Issue
Block a user