Minor - Remove comments containing undefined language variables

skala
Yannick Warnier 12 years ago
parent f1b1bd33d8
commit c94b8908ce
  1. 1
      main/admin/settings.lib.php
  2. 1
      main/admin/skills_import.php

@ -256,7 +256,6 @@ function handle_stylesheets() {
}
$form_change = new FormValidator('stylesheet_upload', 'post', api_get_self().'?category=Stylesheets', null, array('id' => 'stylesheets_id'));
//$form_change->addElement('header', get_lang('ChangeStylesheet'));
$list_of_styles = array();
$list_of_names = array();

@ -151,7 +151,6 @@ $this_section = SECTION_PLATFORM_ADMIN;
api_protect_admin_script(true);
//$tool_name = get_lang('ImportSkillsListXMLCSV');
$tool_name = get_lang('ImportSkillsListCSV');
$interbreadcrumb[] = array ("url" => 'index.php', "name" => get_lang('PlatformAdmin'));

Loading…
Cancel
Save