by Equisetum » Sun Jan 14, 2007 8:46 pm
The only thing I can think of, and correct me if I'm lookin in the wrong spot, but it says to replace some code, and I didn't see anything to replace, only add to... I basically just added this entire thing to the file. Did I do that right? Would it make a difference?
------------------
REPLACE
------------------
Code::
# [item] and [itemico] - Parse text for ItemStats mod
if( is_active('item_stats') )
{
require_once(BASEDIR.'modules/item_stats/df_itemstats.php');
$text = itemstats_parse($text);
}
$text = preg_replace($patterns, $replacements, $text);