Remove filter "user_name_filter" makes 2 cols identical see BT#8454

remotes/angel/1.11.x
jmontoyaa 8 years ago
parent fb8a7802fc
commit 53ddc2c9cd
  1. 4
      main/group/group_space.php

@ -363,8 +363,8 @@ if (api_get_setting('show_email_addresses') == 'true') {
}
}
//the order of these calls is important
$table->set_column_filter(1, 'user_name_filter');
$table->set_column_filter(2, 'user_name_filter');
//$table->set_column_filter(1, 'user_name_filter');
//$table->set_column_filter(2, 'user_name_filter');
$table->set_column_filter(0, 'user_icon_filter');
$table->display();

Loading…
Cancel
Save