reset the libxml_use_internal_errors to the no warning state

This commit is contained in:
<bdauvergne@entrouvert.com> 1209043822 +0200 0001-01-01 00:00:00 +00:00
parent 735bdd41c5
commit a615205743
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
require_once('lassospkit_config.inc.php');
libxml_use_internal_errors(false);
libxml_use_internal_errors(true);
error_reporting(E_ALL);
function lassospkit_debuglog($msg, $level = 0) {