Indentation -refs #6839

1.9.x
unknown 11 years ago
parent da3b9de7e4
commit a7a2285dbb
  1. 2
      main/admin/index.php

@ -74,7 +74,7 @@ if (api_is_platform_admin()) {
array('url'=>'user_add.php', 'label' => get_lang('AddUsers')),
array('url'=>'user_export.php', 'label' => get_lang('ExportUserListXMLCSV')),
array('url'=>'user_import.php', 'label' => get_lang('ImportUserListXMLCSV')),
array('url'=>'user_update_import.php', 'label' => get_lang('EditUserListCSV')),
array('url'=>'user_update_import.php', 'label' => get_lang('EditUserListCSV')),
);
if (api_get_setting('allow_social_tool') == 'true') {

Loading…
Cancel
Save