Support Forums

We encourage an open exchange of information. Ask your questions or make suggestions. We are here to help, but we also encourage all of you to help one another.
Click on the Subscribe Flag to be notified by email of replies to your post.
Current User: Guest Login Register
Please consider registering

UserPost

3:48
June 6, 2008


dmclark

Member

posts 22

in survey.php

function getSurveyList($status=null,$dateRange=null,$folder=null){
$params = array(’status’=>$status
‘DateRange’=$dateRange,
‘folder’ => $folder);
return $this->_exec_command(’GETSURVEYLIST’,$params);
}

should be

function getSurveyList($status=null,$dateRange=null,$folder=null){
$params = array(’status’=>$status,
‘DateRange’=>$dateRange,
‘folder’ => $folder);
return $this->_exec_command(’GETSURVEYLIST’,$params);
}

11:00
June 7, 2008


Derek Scruggs

Moderator

posts 31

Good catch. I’ve updated that in the zip file.

Add a New Topic Reply to Post


Reply to Topic: typo in api

Guest Name (Required):

Guest EMail (Required):

Guest URL (required)

Math Required!
What is the sum of: 10 + 7        (Required)

Topic Reply:


 
© Simple:Press Forum - Version 3.1.4 (Build 357)