Found another little problem this time with the character inventory page.
Code:
Fatal error: Call to undefined method CItem::printAlaborDesc2() in /var/www/localhost/htdocs/alkabor/invItem.php on line 75
I fixed this by changing line 75 from:
Code:
print $item->printAlaborDesc2($char->level);
To:
Code:
print $item->printAlkaborDesc2($char->level);
Not trying to pick it apart or anything just trying to help. Once again great tool.