2
0
forked from Wavyzz/dolibarr

Fix: duplicate end tag and rename form parts

This commit is contained in:
Regis Houssin
2012-03-28 16:03:04 +02:00
parent 892a8d258e
commit d8d9062606
3 changed files with 5 additions and 7 deletions

View File

@@ -1090,7 +1090,7 @@ function form_constantes($tableau)
else if (in_array($const,array('ADHERENT_AUTOREGISTER_MAIL','ADHERENT_MAIL_VALID','ADHERENT_MAIL_COTIS','ADHERENT_MAIL_RESIL')))
{
require_once(DOL_DOCUMENT_ROOT."/core/class/doleditor.class.php");
$doleditor=new DolEditor('constvalue'.$const,$obj->value,'',160,'dolibarr_notes','',false,false,$conf->fckeditor->enabled,5,60);
$doleditor=new DolEditor('constvalue_'.$const,$obj->value,'',160,'dolibarr_notes','',false,false,$conf->fckeditor->enabled,5,60);
$doleditor->Create();
print '</td><td>';