codesniff Prestudentstatus_model

This commit is contained in:
cgfhtw
2024-08-06 14:20:22 +02:00
parent 34db041ac4
commit ee78a94aa2
@@ -348,10 +348,10 @@ class Prestudentstatus_model extends DB_Model
*/
public function withGrund($statusgrund_kurzbz)
{
if($statusgrund_kurzbz)
if ($statusgrund_kurzbz)
$this->db->set(
'statusgrund_id',
'(SELECT statusgrund_id FROM public.tbl_status_grund WHERE statusgrund_kurzbz =' . $this->db->escape($statusgrund_kurzbz) .')',
'(SELECT statusgrund_id FROM public.tbl_status_grund WHERE statusgrund_kurzbz=' . $this->db->escape($statusgrund_kurzbz) . ')',
false
);