remove obsolete triggers (file admin/user_list_backend.php removed)

This commit is contained in:
plegall
2023-02-24 09:44:54 +01:00
parent 32dec4f919
commit b79cd51b4d

View File

@@ -902,20 +902,6 @@ array(
'files' => array('include\template.class.php (FileCombiner::process_combinable)'),
'infos' => 'New in 2.6.',
),
array(
'name' => 'user_list_columns',
'type' => 'trigger_change',
'vars' => array('string[]', 'aColumns'),
'files' => array('admin\user_list_backend.php'),
'infos' => 'New in 2.6.',
),
array(
'name' => 'after_render_user_list',
'type' => 'trigger_change',
'vars' => array('array', 'output'),
'files' => array('admin\user_list_backend.php'),
'infos' => 'New in 2.6.',
),
array(
'name' => 'update_rating_score',
'type' => 'trigger_change',