pull/2487/head
jmontoyaa 8 years ago
parent ae31788803
commit effe1cdfd0
  1. 1
      main/admin/event_controller.php
  2. 1
      main/admin/event_type.php
  3. 1
      main/admin/index.php

@ -2,6 +2,7 @@
/* For licensing terms, see /license.txt */
/**
* Global events controller class
* @deprecated to be removed in 2.x
* @package chamilo.admin
*/
$cidReset = true;

@ -2,6 +2,7 @@
/* For licensing terms, see /license.txt */
/**
* Definition of new system event types
* @deprecated to be removed in 2.x
* @package chamilo.admin.events
*/

@ -251,6 +251,7 @@ if (api_is_platform_admin()) {
/* Event settings */
if (api_get_setting('activate_email_template') == 'true') {
// @deprecated to be removed in 2.x
$items[] = array('url' => 'event_controller.php?action=listing', 'label' => get_lang('EventMessageManagement'));
}

Loading…
Cancel
Save