Performance : replace Anc_Grandlivre->display_html with

Anc_Grandlivre->load
This commit is contained in:
Dany De Bontridder 2016-08-25 20:21:48 +02:00
parent f6ea6b71fa
commit a8d5f797f0

View file

@ -24,7 +24,7 @@ $result=HtmlInput::default_value_request('result',null);
if ($result != null)
{
$result=$grandLivre->display_html();
$grandLivre->load();
if ($grandLivre->has_data != 0 )
{
echo '<span style="display:block">';