Changeset 2585 for branches/2.0


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

Ticket #1045 - Corrigindo bug de sessão na index.php do workflow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/workflow/index.php

    r2570 r2585  
    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 */ 
     
    3942        ); 
    4043        require_once '../header.inc.php'; 
    41         require_once 'inc/common.inc.php'; 
    4244 
    4345        if (isset($_GET['start_tab'])) 
Note: See TracChangeset for help on using the changeset viewer.