if (qa_opt('do_count_q_views') && !$formrequested && !qa_is_http_post() && qa_is_human_probably() &&
(!$question['views'] || (
// if it has more than zero views, then it must be different IP & user & cookieid from the creator
//(@inet_ntop($question['createip']) != qa_remote_ip_address() || !isset($question['createip'])) &&
($question['userid'] != $userid || !isset($question['userid'])) &&
($question['cookieid'] != $cookieid || !isset($question['cookieid']))
))
) {
$qa_content['inc_views_postid'] = $questionid;
}