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

Re-disable sample check by default as too time consuming for multiple interviewers

This commit is contained in:
Adam Zammit
2015-11-25 12:46:24 +11:00
parent a87bf854c2
commit bf592f527b

View File

@@ -150,7 +150,7 @@ else
?> <p class='error'><?php echo T_("ERROR: No shifts at this time"); ?></p> <?php ?> <p class='error'><?php echo T_("ERROR: No shifts at this time"); ?></p> <?php
} }
/* Disable as too time consuming */ /* Disable as too time consuming
//call restrictions and outside times //call restrictions and outside times
$sql = "SELECT count(s.sample_id) as count_samples $sql = "SELECT count(s.sample_id) as count_samples
@@ -178,7 +178,7 @@ else
print "<p>" . T_("There are ") . $rs['count_samples'] . T_(" unassigned case(s) available within the specified call restrictions") . "</p>"; print "<p>" . T_("There are ") . $rs['count_samples'] . T_(" unassigned case(s) available within the specified call restrictions") . "</p>";
} }
*/
//no link to limesurvey //no link to limesurvey