Cleaned source code style

This commit is contained in:
mdtrooper 2014-10-16 14:00:15 +02:00
parent 10ee04d610
commit d2b402745a
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ if (empty($export_btn) || $show_form) {
$table->data = array (); $table->data = array ();
//Group selector //Group selector
$table->data[0][0] = '<b>'.__('Group').'</b>'; $table->data[0][0] = '<b>' . __('Group') . '</b>';
$groups = users_get_groups ($config['id_user'], "RR", users_can_manage_group_all()); $groups = users_get_groups ($config['id_user'], "RR", users_can_manage_group_all());