From 7f41132b49ab09232a653cc6d2f3b2e14d0a139b Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Mon, 7 May 2018 16:31:40 +0200 Subject: Disable the redefine function warning per default, renable it in the search-specific auto_prepend instead --- it_html.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it_html.class b/it_html.class index 5828438..7e24021 100644 --- a/it_html.class +++ b/it_html.class @@ -88,7 +88,7 @@ function __construct($p = array()) 'title' => '', # HTML title (default: no title added) 'use_it_state' => false, # If true, generate code needed by state.js (aka 'history iframe') 'srclines' => $GLOBALS['debug_srclines'], # append stackdump to each tag - 'error_on_redefine' => true, # Generate it::error when trying to redefine function for a tag + 'error_on_redefine' => false, # Generate it::error when trying to redefine function for a tag ); $this->p['notexported'] = trim($p['notexported'] . ',configure,sanitize,comment', ','); -- cgit v1.2.3