Avoid pb with scrutinizer

This commit is contained in:
Laurent Destailleur
2015-03-31 16:59:40 +02:00
parent 2bdca3d76b
commit c71efc8f2e

View File

@@ -4867,8 +4867,9 @@ function printCommonFooter($zone='private')
print '</script>'."\n";
// Add Xdebug coverage of code
if (defined('XDEBUGCOVERAGE')) {
var_dump(xdebug_get_code_coverage());
if (defined('XDEBUGCOVERAGE'))
{
print_r(xdebug_get_code_coverage());
}
}