source: branches/1.2/workflow/inc/local/functions/local.functions.php @ 1349

Revision 1349, 670 bytes 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 * Supporting functions set.
4 * @license http://www.gnu.org/copyleft/gpl.html GPL
5 * @package Workflow
6 * @subpackage local
7 * @access private
8 */
9require_once 'function.wf_create_object.php';
10require_once 'function.wf_get_uploaded_files.php';
11require_once 'function.wf_handle_download.php';
12require_once 'function.wf_include.php';
13require_once 'function.wf_set_generic_select.php';
14require_once 'function.wf_write_file.php';
15require_once 'function.wf_read_file.php';
16require_once 'function.wf_get_next_activity_link.php';
17require_once 'function.wf_get_activity_link_by_id.php';
18require_once 'function.wf_get_env.php';
19require_once 'function.wf_debug.php';
20?>
Note: See TracBrowser for help on using the repository browser.