Minor - code style

Some minor commentary fixes.
skala
Diego Escalante Urrelo 13 years ago
parent cae3b1e818
commit 28dd967964
  1. 4
      main/inc/lib/main_api.lib.php

@ -3466,10 +3466,10 @@ function api_display_language_form($hide_if_no_choice = false) {
$language_list = api_get_languages();
if (!empty($language_list) && count($language_list['name']) <= 1 && $hide_if_no_choice) {
return; //don't show any form
return; // Don't show any form
}
// The the current language of the user so that his/her language occurs as selected in the dropdown menu.
// The current language of the user so that his/her language occurs as selected in the dropdown menu.
if (isset($_SESSION['user_language_choice'])) {
$user_selected_language = $_SESSION['user_language_choice'];
}

Loading…
Cancel
Save