From c026aecfbe711d15b37f29724d16c16ef60b173d Mon Sep 17 00:00:00 2001 From: Stefan Puraner Date: Thu, 22 Jun 2017 08:29:51 +0200 Subject: [PATCH] changed api method to return status 'Interessent' --- application/models/organisation/Studiengang_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/organisation/Studiengang_model.php b/application/models/organisation/Studiengang_model.php index 385c874a2..ec98577f1 100644 --- a/application/models/organisation/Studiengang_model.php +++ b/application/models/organisation/Studiengang_model.php @@ -214,7 +214,7 @@ class Studiengang_model extends DB_Model ), 'public.tbl_prestudent.person_id = '.$this->escape($person_id). ' AND public.tbl_prestudentstatus.studiensemester_kurzbz = '.$this->escape($studiensemester_kurzbz). - ' AND (public.tbl_prestudentstatus.status_kurzbz = \'Interessent\' OR public.tbl_prestudentstatus.status_kurzbz = \'Bewerber\')', + ' AND (public.tbl_prestudentstatus.status_kurzbz = \'Interessent\')', array( 'prestudenten', 'prestudentstatus',