Skip to content

Commit

Permalink
Add half-working SurveyRuntimeHelper
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_yii@12040 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
GautamGupta committed Jan 13, 2012
1 parent 024eb68 commit 037eb1f
Show file tree
Hide file tree
Showing 4 changed files with 1,005 additions and 8 deletions.
3 changes: 3 additions & 0 deletions application/controllers/SurveyAction.php
Expand Up @@ -721,6 +721,9 @@ function sendreq(surveyid)

//Send local variables to the appropriate survey type
$redata = compact(array_keys(get_defined_vars()));
// Yii::import('application.helpers.SurveyRuntimeHelper');
// $tmp = new SurveyRuntimeHelper();
// $tmp->run($redata);

//CALL APPROPRIATE SCRIPT
switch ($thissurvey['format'])
Expand Down

0 comments on commit 037eb1f

Please sign in to comment.