|
|
|
@ -1,17 +1,14 @@ |
|
|
|
|
<?php |
|
|
|
|
|
|
|
|
|
/* For licensing terms, see /license.txt */ |
|
|
|
|
|
|
|
|
|
use Chamilo\CoreBundle\Entity\Repository\LegalRepository; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @package chamilo.messages |
|
|
|
|
*/ |
|
|
|
|
$cidReset = true; |
|
|
|
|
|
|
|
|
|
require_once __DIR__.'/../inc/global.inc.php'; |
|
|
|
|
|
|
|
|
|
api_set_more_memory_and_time_limits(); |
|
|
|
|
|
|
|
|
|
api_block_anonymous_users(); |
|
|
|
|
|
|
|
|
|
if (api_get_configuration_value('disable_gdpr')) { |
|
|
|
@ -154,7 +151,6 @@ switch ($action) { |
|
|
|
|
$explanation = $form->getSubmitValue('explanation'); |
|
|
|
|
|
|
|
|
|
UserManager::createDataPrivacyExtraFields(); |
|
|
|
|
|
|
|
|
|
UserManager::update_extra_field_value( |
|
|
|
|
$userId, |
|
|
|
|
'request_for_legal_agreement_consent_removal', |
|
|
|
@ -443,7 +439,9 @@ if (api_get_setting('allow_terms_conditions') === 'true') { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if ($showWarningMessage) { |
|
|
|
|
Display::addFlash(Display::return_message(get_lang('MoreDataAvailableInTheDatabaseButTrunkedForEfficiencyReasons'))); |
|
|
|
|
Display::addFlash( |
|
|
|
|
Display::return_message(get_lang('MoreDataAvailableInTheDatabaseButTrunkedForEfficiencyReasons')) |
|
|
|
|
); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Block Social Avatar |
|
|
|
|