if(isset($content_struct["mt_allow_comments"])) {
            if(!is_numeric($content_struct["mt_allow_comments"])) {
                switch($content_struct["mt_allow_comments"]) {
                    case "closed":
                        $comment_status = "closed";