wen i click devoirce it says
Fatal error: Call to a member function on a non-object in /home/www/************************/partner.php on line 378
and heres the divorce function
function divorce()
{
global $ir, $mr, $c, $userid, $h;
$db->query("UPDATE users SET married=0 WHERE userid IN($userid, {$ir['married']})", $c);
event_add($ir['married'],"{$ir['username']} divorced you.", $c);
print "You divorced your partner and went back to being single.
> Back";
}
any ideas thanks in advance