Ignore:
Timestamp:
12/02/11 13:10:30 (13 years ago)
Author:
jkraaijeveld
Message:
  • Session objects now have a 'toSPSS($location)' method, which creates a file at the specified location which can be imported into SPSS.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/classes/SessionConnector.php

    r164 r170  
    115115                                $datetime = new DateTime();
    116116                                $datetime->setTimestamp(intval($result['?datetime']->label));
    117                                 $sessions[] = new Session($result['?uid']->label, $result['?title']->label, $creator, $datetime, $pipeline, $answersets);
     117                                $sessions[] = new Session($result['?uid']->label, $result['?title']->label, $creator[0], $datetime, $pipeline, $answersets);
    118118                        }
    119119                }
Note: See TracChangeset for help on using the changeset viewer.