<?php

define('IN_MYBB', 1);

require 'global.php';

$db->add_column("adminviews", "custom_profile_fields", "text NOT NULL AFTER conditions");

?>
