From: Harvie Date: Tue, 26 Oct 2010 23:26:42 +0000 (+0200) Subject: htmlparser final fix X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=4ad7056d116f313a83695458d0f17e1aef75a9d2;p=mirrors%2FKyberia-bloodline.git htmlparser final fix --- diff --git a/wwwroot/inc/eventz/configure.inc b/wwwroot/inc/eventz/configure.inc index 915d7ad..7959a0e 100644 --- a/wwwroot/inc/eventz/configure.inc +++ b/wwwroot/inc/eventz/configure.inc @@ -71,7 +71,7 @@ require(INCLUDE_DIR.'htmlparse.inc'); global $htmlparse; - htmlparse::htmlparse($node_name); + htmlparser::htmlparse($node_name); if (!empty($htmlparse)) { $error=$htmlparse; diff --git a/wwwroot/inc/smarty/node_methodz/modifier.preview.php b/wwwroot/inc/smarty/node_methodz/modifier.preview.php index 719314b..b44f6eb 100644 --- a/wwwroot/inc/smarty/node_methodz/modifier.preview.php +++ b/wwwroot/inc/smarty/node_methodz/modifier.preview.php @@ -15,7 +15,7 @@ function smarty_modifier_preview($node_content) require(INCLUDE_DIR.'htmlparse.inc'); global $htmlparse; - htmlparse::htmlparse($node_content); + htmlparser::htmlparse($node_content); if (!empty($htmlparse)) { $error=$htmlparse;