<?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)
***************************************************************************/
/*$Id*/
$data = array(
array("service"=>"tl","user_id"=>"1","preference"=>"display_days","value"=>"7"),
array("service"=>"tl","user_id"=>"1","preference"=>"display_overdue","value"=>"FALSE"),
array("service"=>"tl","user_id"=>"1","preference"=>"display_complete","value"=>"FALSE"),
array("service"=>"tl","user_id"=>"1","preference"=>"max_home_display","value"=>"10")
);