<?php
/*-------------------------------------------------------+
| PHPFusion Content Management System
| Copyright (C) PHP Fusion Inc
| https://phpfusion.com/
+--------------------------------------------------------+
| Filename: user_icq_include_var.php
| Author: Digitanium
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or >
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
if (!defined("IN_FUSION")) {
 die("Access Denied");
}

// Version of the user fields api
$user_field_api_version = "1.01.00";

$user_field_name = '+6 Avail.';
$user_field_desc = 'Are you availible at +6?';
$user_field_dbname = "user_av_6";
$user_field_group = 1;
$user_field_dbinfo = "VARCHAR(3) NOT NULL DEFAULT ''";