what i mean is
PHP Code:
print_r($pieceexists);
die();
function prs_can_moderate()
{
global $DB_site, $vboptions, $vbphrase, $bbuserinfo, $postownership, $pieceexists, $post, $puid;
return (
($bbuserinfo['userid'] == $postownership['userid'])
OR
($bbuserinfo['userid'] == $puid)
OR
($bbuserinfo['userid'] == $post['userid'])
OR
($bbuserinfo['usergroupid'] == 6)
);
}
and any idea on how to fix it?
the function is near the bottom of functions_prs.php located in the includes directory.
and the call is located in modify.php outside of the forums directory in
www.home.com/creative