2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Removed references to fixed with output as obsolete

Replaced token as case_id queries with token from case_id table
This commit is contained in:
Adam Zammit
2013-01-24 15:19:38 +11:00
parent 9c46b41a4b
commit 64c8325546
2 changed files with 20 additions and 320 deletions

View File

@@ -35,25 +35,6 @@
*/
include("../functions/functions.input.php");
if (isset($_GET['data']))
{
/**
* Limesurvey functions
*/
include("../functions/functions.limesurvey.php");
$questionnaire_id = false;
$sample_import_id = false;
if (isset($_GET['sample_import_id'])) $sample_import_id = bigintval($_GET['sample_import_id']);
if (isset($_GET['questionnaire_id'])) $questionnaire_id = bigintval($_GET['questionnaire_id']);
limesurvey_export_fixed_width($questionnaire_id,$sample_import_id);
exit();
}
/**
* Configuration file
*/