source: branches/1.2/workflow/inc/hook_preferences.inc.php @ 1349

Revision 1349, 1.2 KB checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
1<?php
2  /**************************************************************************\
3  * eGroupWare                                                               *
4  * http://www.egroupware.org                                                *
5  * Written first by Joseph Engo <jengo@phpgroupware.org>                    *
6  * --------------------------------------------                             *
7  *  This program is free software; you can redistribute it and/or modify it *
8  *  under the terms of the GNU General Public License as published by the   *
9  *  Free Software Foundation; either version 2 of the License, or (at your  *
10  *  option) any later version.                                              *
11  \**************************************************************************/
12        /**
13         * @package Workflow
14         * @license http://www.gnu.org/copyleft/gpl.html GPL
15         */
16
17{
18// Only Modify the $file and $title variables.....
19        $title = $appname;
20        $file = array(
21                'Preferences' => $GLOBALS['phpgw']->link('/preferences/preferences.php','appname=workflow')
22        );
23
24//      $workflowPreferences = ExecMethod('workflow.bopreferences.getPreferences');
25//Do not modify below this line
26        display_section($appname,$title,$file);
27}
28?>
Note: See TracBrowser for help on using the repository browser.