From 73472c24aeb3c38441d7e2ce3936d23027e40032 Mon Sep 17 00:00:00 2001 From: mcfly Date: Fri, 8 Feb 2008 20:09:43 +0000 Subject: [PATCH] fixed function name --- e107_plugins/linkwords/e_tohtml.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_plugins/linkwords/e_tohtml.php b/e107_plugins/linkwords/e_tohtml.php index f9d8691bc..a06e0ebce 100755 --- a/e107_plugins/linkwords/e_tohtml.php +++ b/e107_plugins/linkwords/e_tohtml.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/e_tohtml.php,v $ -| $Revision: 1.1 $ -| $Date: 2008-02-01 18:09:53 $ +| $Revision: 1.2 $ +| $Date: 2008-02-08 20:09:43 $ | $Author: mcfly_e107 $ | +----------------------------------------------------------------------------+ @@ -30,7 +30,7 @@ class e_tohtml_linkwords var $area_opts = array(); // Process flags for the various contexts var $block_list = array(); // Array of 'blocked' pages - function tohtml() + function to_html() { global $pref; /* constructor */