mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
fixed function name
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/e_tohtml.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/e_tohtml.php,v $
|
||||||
| $Revision: 1.1 $
|
| $Revision: 1.2 $
|
||||||
| $Date: 2008-02-01 18:09:53 $
|
| $Date: 2008-02-08 20:09:43 $
|
||||||
| $Author: mcfly_e107 $
|
| $Author: mcfly_e107 $
|
||||||
|
|
|
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
@@ -30,7 +30,7 @@ class e_tohtml_linkwords
|
|||||||
var $area_opts = array(); // Process flags for the various contexts
|
var $area_opts = array(); // Process flags for the various contexts
|
||||||
var $block_list = array(); // Array of 'blocked' pages
|
var $block_list = array(); // Array of 'blocked' pages
|
||||||
|
|
||||||
function tohtml()
|
function to_html()
|
||||||
{
|
{
|
||||||
global $pref;
|
global $pref;
|
||||||
/* constructor */
|
/* constructor */
|
||||||
|
Reference in New Issue
Block a user