Ignore:
Timestamp:
07/15/10 17:50:39 (14 years ago)
Author:
viani
Message:

Ticket #1015 - Merged 2466:3060 /sandbox/workflow/trunk/ em /sandbox/workflow/branches/1015

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/1015/index.php

    r2372 r3061  
    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.