Fix: dol_htmloutput_events is already call in llxFooter

This commit is contained in:
Regis Houssin 2012-09-13 16:15:36 +02:00
parent 84c61c9411
commit 125f499e82
3 changed files with 2 additions and 8 deletions

View File

@ -158,10 +158,7 @@ print '</table>';
print '</form>';
dol_fiche_end();
dol_htmloutput_events();
dol_fiche_end();
print '<br>';

View File

@ -248,9 +248,7 @@ print '</form>';
print '</table>';
dol_fiche_end();
dol_htmloutput_events();
dol_fiche_end();
print '<br>';

View File

@ -185,7 +185,6 @@ print '</div>';
print '</form>';
dol_htmloutput_events();
llxFooter();