From 4ad7056d116f313a83695458d0f17e1aef75a9d2 Mon Sep 17 00:00:00 2001 From: Harvie Date: Wed, 27 Oct 2010 01:26:42 +0200 Subject: [PATCH] htmlparser final fix --- wwwroot/inc/eventz/configure.inc | 2 +- wwwroot/inc/smarty/node_methodz/modifier.preview.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.30.2