2
0
forked from Wavyzz/dolibarr

Debug v22

This commit is contained in:
ldestailleur
2025-06-10 19:14:58 +02:00
parent 5c0f15b197
commit 07d77126b2
8 changed files with 1 additions and 688 deletions

View File

@@ -126,16 +126,6 @@ if (GETPOST('action') == 'disable_specialchar') {
if (GETPOST('save', 'alpha')) {
$error = 0;
$fckeditor_skin = GETPOST('fckeditor_skin', 'alpha');
if (!empty($fckeditor_skin)) {
$result = dolibarr_set_const($db, 'FCKEDITOR_SKIN', $fckeditor_skin, 'chaine', 0, '', $conf->entity);
if ($result <= 0) {
$error++;
}
} else {
$error++;
}
$fckeditor_test = GETPOST('formtestfield', 'restricthtml');
if (!empty($fckeditor_test)) {
$result = dolibarr_set_const($db, 'FCKEDITOR_TEST', $fckeditor_test, 'chaine', 0, '', $conf->entity);