Minor - format code.

1.9.x
Julio Montoya 12 years ago
parent f87ddb98f4
commit a947a45924
  1. 9
      main/admin/settings.lib.php
  2. 2
      main/inc/lib/userportal.lib.php

@ -116,7 +116,13 @@ function handle_plugins()
// Add event to the system log.
$user_id = api_get_user_id();
$category = $_GET['category'];
event_system(LOG_CONFIGURATION_SETTINGS_CHANGE, LOG_CONFIGURATION_SETTINGS_CATEGORY, $category, api_get_utc_datetime(), $user_id);
event_system(
LOG_CONFIGURATION_SETTINGS_CHANGE,
LOG_CONFIGURATION_SETTINGS_CATEGORY,
$category,
api_get_utc_datetime(),
$user_id
);
Display :: display_confirmation_message(get_lang('SettingsStored'));
}
@ -147,6 +153,7 @@ function handle_plugins()
if (file_exists($plugin_info_file)) {
$plugin_info = array();
require $plugin_info_file;
if (in_array($plugin, $installed_plugins)) {
echo '<tr class="row_selected">';
} else {

@ -943,7 +943,7 @@ class IndexManager
* The most important function here, prints the session and course list (user_portal.php)
*
* */
function return_courses_and_sessions($user_id)
public function return_courses_and_sessions($user_id)
{
global $_configuration;

Loading…
Cancel
Save