<?php
if (!defined("IN_FUSION")) { die("Access Denied"); }

// Field display name
$user_field_name = $locale['uf_award'];

// Field Description
$user_field_desc = $locale['uf_award_desc'];

// The name of the database field used to ADD or DROP
$user_field_dbname = "user_award";

// The group the field appears under; 1 = Contact, 2 = Information, 3 = Options and 4 = Statistics
$user_field_group = 2;

// The database properties used when ADDing the above field
$user_field_dbinfo = "VARCHAR(50) NOT NULL DEFAULT ''";
?>