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

Typo in call.php

Added doc line to config.default.php
This commit is contained in:
azammitdcarf
2010-02-22 23:03:51 +00:00
parent cc92e9de90
commit 94e6114098
2 changed files with 2 additions and 2 deletions

View File

@@ -212,7 +212,7 @@ if (isset($_POST['submit']))
exit(); exit();
} }
$call_attempt_id = get_call_attempt($operator_id.false); $call_attempt_id = get_call_attempt($operator_id,false);
$case_id = get_case_id($operator_id); $case_id = get_case_id($operator_id);
/** /**

View File

@@ -105,7 +105,7 @@ if (!defined('SUPERVISOR_EXTENSION')) define('SUPERVISOR_EXTENSION',"0392517290"
if (!defined('LIME_PATH')) define('LIME_PATH', 'include/limesurvey/'); if (!defined('LIME_PATH')) define('LIME_PATH', 'include/limesurvey/');
/** /**
* * Automatically move to the next question when clicked in limesurvey
*/ */
if (!defined('LIME_AUTO_ADVANCE')) define('LIME_AUTO_ADVANCE', true); if (!defined('LIME_AUTO_ADVANCE')) define('LIME_AUTO_ADVANCE', true);