Changeset 143 for Dev/branches/jos-branch/classes/Question.php
- Timestamp:
- 10/31/11 17:12:28 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/jos-branch/classes/Question.php
r130 r143 29 29 public function __construct($uid, $title = null, $type = null, $description = null, $category = null, $answers = null) 30 30 { 31 if(!isset($uid)) 32 { 33 $uid = md5(uniqid(rand(), true)); 34 } 31 35 $this->uid = $uid; 32 36 $this->title = $title;
Note: See TracChangeset
for help on using the changeset viewer.