i`ve got small bug! In Private Messages Page i got that:
Quote:
Warning: Invalid argument supplied for foreach() in z:\home\localhost\www\forum\includes\functions_sho wthread.php on line 691
|
on that line is hack code:
PHP Code:
foreach($awards AS $useraward)
{
$userawardid = "award$useraward[awardid]";
if (!empty($post[$userawardid]))
{
$userawardid_desc = $userawardid."_desc";
if ($post[$userawardid_desc] != '')
{
$useraward[description] = $post[$userawardid_desc];
}
eval('$awardsbit .= "' . fetch_template('award') . '";');
}
}