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/Question.php

    r130 r143  
    2929    public function __construct($uid, $title = null, $type = null, $description = null, $category = null, $answers = null)
    3030    {
     31                if(!isset($uid))
     32                {
     33                        $uid = md5(uniqid(rand(), true));
     34                }
    3135        $this->uid = $uid;
    3236        $this->title = $title;
Note: See TracChangeset for help on using the changeset viewer.