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

Updated to trunk

This commit is contained in:
Adam Zammit
2015-09-02 14:42:05 +10:00
55 changed files with 3337 additions and 3357 deletions

View File

@@ -128,7 +128,7 @@ function display_outcomes($contacted,$ca,$case_id)
$sql = "SELECT outcome_id,description,contacted
FROM outcome
WHERE contacted = '$contacted'
AND outcome_id NOT IN(5,10,19,21,40,41,42,43)";
AND outcome_id NOT IN(5,10,19,21,40,41,42,43,44,45)";
}
}
else
@@ -138,7 +138,7 @@ function display_outcomes($contacted,$ca,$case_id)
$sql = "SELECT outcome_id,description,contacted
FROM outcome
WHERE contacted = '$contacted'
AND outcome_id NOT IN(5,10,19,21,40,41,42,43)";
AND outcome_id NOT IN(5,10,19,21,40,41,42,43,44,45)";
}
}
}