- New: Can enable tuning info from option MAIN_SHOW_TUNING_INFO.
This commit is contained in:
parent
21c6d42d82
commit
35fbc9b066
@ -21,6 +21,7 @@ For translators:
|
|||||||
|
|
||||||
For developers:
|
For developers:
|
||||||
- New: DolGraph can build graph with three lines.
|
- New: DolGraph can build graph with three lines.
|
||||||
|
- New: Can enable tuning info from option MAIN_SHOW_TUNING_INFO.
|
||||||
|
|
||||||
|
|
||||||
***** ChangeLog for 3.4 compared to 3.3.2 *****
|
***** ChangeLog for 3.4 compared to 3.3.2 *****
|
||||||
|
|||||||
@ -4322,7 +4322,7 @@ function printCommonFooter($zone='private')
|
|||||||
}
|
}
|
||||||
|
|
||||||
// End of tuning
|
// End of tuning
|
||||||
if (! empty($_SERVER['DOL_TUNING']))
|
if (! empty($_SERVER['DOL_TUNING']) || ! empty($conf->global->MAIN_SHOW_TUNING_INFO))
|
||||||
{
|
{
|
||||||
$micro_end_time=dol_microtime_float(true);
|
$micro_end_time=dol_microtime_float(true);
|
||||||
print "\n".'<script type="text/javascript">'."\n";
|
print "\n".'<script type="text/javascript">'."\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user