Performance : replace Anc_Grandlivre->display_html with
Anc_Grandlivre->load
This commit is contained in:
parent
f6ea6b71fa
commit
a8d5f797f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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">';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue