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();
}
$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);
/**