Ignore:
Timestamp:
04/19/10 17:38:15 (14 years ago)
Author:
viani
Message:

Ticket #950 - Merged 2348:2589 /trunk/workflow em /sandbox/workflow/trunk/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/trunk/index.php

    r2372 r2590  
    99*  option) any later version.                                              * 
    1010\**************************************************************************/ 
     11 
     12/* Including common stuff to prepare workflow to run. A session start is needed */ 
     13require_once 'inc/common.inc.php'; 
    1114 
    1215/* if the menuaction variable is set, then let the expresso index deal with it */ 
     
    3841        ); 
    3942        require_once '../header.inc.php'; 
    40         require_once 'inc/common.inc.php'; 
    4143 
    4244        if (isset($_GET['start_tab'])) 
Note: See TracChangeset for help on using the changeset viewer.