Ignore:
Timestamp:
10/31/11 17:12:28 (14 years ago)
Author:
jkraaijeveld
Message:

Made lots of new connectors, stranded on Sessionconnector for now. Need to find a way to retain the order of applicaties and surveys of a pipeline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/jos-branch/classes/SurveyConnector.php

    r138 r143  
    9595        if(!empty($results))
    9696        {
    97             $this->db = new DatabaseInterface();
    9897            foreach($results as $result)
    9998            {
     
    128127        if(!empty($results))
    129128        {
     129            $this->db = new DatabaseInterface();
    130130            foreach($results as $questionId)
    131131            {
Note: See TracChangeset for help on using the changeset viewer.