From 52500237efbdbf917feb0ca58fb07ea074a53fac Mon Sep 17 00:00:00 2001 From: mohrt Date: Wed, 20 Jun 2001 16:46:21 +0000 Subject: [PATCH] update include_info to false --- Smarty.class.php | 2 +- libs/Smarty.class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Smarty.class.php b/Smarty.class.php index 97520443..f7476712 100644 --- a/Smarty.class.php +++ b/Smarty.class.php @@ -150,7 +150,7 @@ class Smarty ); var $show_info_header = false; // display HTML info header at top of page output - var $show_info_include = true; // display HTML comments at top & bottom of + var $show_info_include = false; // display HTML comments at top & bottom of // each included template var $compiler_class = 'Smarty_Compiler'; // the compiler class used by diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 97520443..f7476712 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -150,7 +150,7 @@ class Smarty ); var $show_info_header = false; // display HTML info header at top of page output - var $show_info_include = true; // display HTML comments at top & bottom of + var $show_info_include = false; // display HTML comments at top & bottom of // each included template var $compiler_class = 'Smarty_Compiler'; // the compiler class used by