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

DB syncronization and related files update

This commit is contained in:
Alex
2015-07-16 18:37:42 +03:00
parent 350b27295d
commit 25eb48621d
4 changed files with 581 additions and 845 deletions

View File

@@ -123,7 +123,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,33,34)";
AND outcome_id NOT IN(5,10,19,21,40,41,34,35)";
}
}
else
@@ -133,7 +133,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,33,34)";
AND outcome_id NOT IN(5,10,19,21,40,41,34,35)";
}
}
}