Ignore:
Timestamp:
12/15/11 17:09:49 (13 years ago)
Author:
fpvanagthoven
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/pipelineEditor.php

    r184 r185  
    77
    88$sequencer = new PipelineSequencer();
    9 $sequencer->LoadSession($_SESSION['currentSession']); //load session into php part of the sequencer
     9$sequencer->LoadSession(); //load session into php part of the sequencer
    1010$sequencer->HandlePostData();
    1111?>
     
    3030        <div id="header">
    3131            <?php new Logo(); ?>
    32             <input type="button" onClick="debug_switchType();" value="debug_switchType()" />
    33             <input type="button" onClick="debug_addQuestion();" value="debug_addQuestion()" />
    3432        </div>
    3533
Note: See TracChangeset for help on using the changeset viewer.