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:
2
call.php
2
call.php
@@ -212,7 +212,7 @@ if (isset($_POST['submit']))
|
||||
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);
|
||||
|
||||
/**
|
||||
|
||||
@@ -105,7 +105,7 @@ if (!defined('SUPERVISOR_EXTENSION')) define('SUPERVISOR_EXTENSION',"0392517290"
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user