<?php
/**************************************************************************
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
@Authors: Ryan Thompson(hide@address.com)
***************************************************************************/
$data = array(
array("user_id"=>"1","position"=>"0","service"=>"tl"),
array("user_id"=>"1","position"=>"1","service"=>"cl"),
array("user_id"=>"1","position"=>"2","service"=>"bm"),
array("user_id"=>"1","position"=>"3","service"=>"nb"),
array("user_id"=>"1","position"=>"4","service"=>"ct"),
array("user_id"=>"1","position"=>"5","service"=>"us"),
array("user_id"=>"1","position"=>"6","service"=>""),
array("user_id"=>"1","position"=>"7","service"=>""),
array("user_id"=>"1","position"=>"8","service"=>""));