Fixed issues in embedded form IE incompatability in interview tool.
[eq/.git] / inc / hook_add_def_pref.inc.php
1 <?php
2   /**************************************************************************\
3   * phpGroupWare - tc                                                        *
4   * http://www.phpgroupware.org                                              *
5   * -----------------------------------------------                          *
6   *  This program is free software; you can redistribute it and/or modify it *
7   *  under the terms of the GNU General Public License as published by the   *
8   *  Free Software Foundation; either version 2 of the License, or (at your  *
9   *  option) any later version.                                              *
10   \**************************************************************************/
11         /* $Id: hook_add_def_pref.inc.php,v 1.1 2001/06/09 02:43:01 skeeter Exp $ */
12
13         global $pref;
14         $pref->change('notes','notes_font','Verdana,Arial,Helvetica,sans-serif');
15         $pref->change('notes','notes_font_size','3');
16 ?>