*** empty log message ***

This commit is contained in:
andrey
2002-03-22 19:21:39 +00:00
parent bea65beb16
commit 77e3bb5d26
2 changed files with 2 additions and 2 deletions

View File

@@ -482,7 +482,7 @@ class Smarty
\*======================================================================*/
function fetch($_smarty_tpl_file, $_smarty_cache_id = null, $_smarty_compile_id = null, $_smarty_display = false)
{
$_smarty_old_error_level = error_reporting(E_ALL & ~E_NOTICE);
$_smarty_old_error_level = error_reporting(error_reporting() & ~E_NOTICE);
if (!$this->debugging && $this->debugging_ctrl == 'URL'
&& strstr($GLOBALS['QUERY_STRING'], $this->_smarty_debug_id)) {

View File

@@ -482,7 +482,7 @@ class Smarty
\*======================================================================*/
function fetch($_smarty_tpl_file, $_smarty_cache_id = null, $_smarty_compile_id = null, $_smarty_display = false)
{
$_smarty_old_error_level = error_reporting(E_ALL & ~E_NOTICE);
$_smarty_old_error_level = error_reporting(error_reporting() & ~E_NOTICE);
if (!$this->debugging && $this->debugging_ctrl == 'URL'
&& strstr($GLOBALS['QUERY_STRING'], $this->_smarty_debug_id)) {