Fixed bug in scheduling table for null individual and/or family
[eq/.git] / inc / hook_preferences.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
12 {
13 // Only Modify the $file and $title variables.....
14         $file = Array(
15 //              'Preferences'     => $GLOBALS['phpgw']->link('/tc/preferences.php'),
16 //              'Grant Access'    => $GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$appname),
17 //              'Edit categories' => $GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app=' . $appname . '&cats_level=True&global_cats=True')
18         );
19 //Do not modify below this line
20         display_section($appname,$file);
21 }
22 ?>