From c826e76e8fa62bb5a455b05a1b2e5afc1c8836f7 Mon Sep 17 00:00:00 2001 From: oesi Date: Mon, 28 Aug 2017 16:56:50 +0200 Subject: [PATCH] =?UTF-8?q?Beim=20best=C3=A4tigen=20des=20Status=20im=20FA?= =?UTF-8?q?S=20wird=20das=20Updateamum/Updatevon=20und=20Bestaetigtvon=20g?= =?UTF-8?q?esetzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/prestudent.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/prestudent.class.php b/include/prestudent.class.php index f6494f44c..4dcc1945f 100755 --- a/include/prestudent.class.php +++ b/include/prestudent.class.php @@ -969,7 +969,9 @@ class prestudent extends person $qry = 'UPDATE public.tbl_prestudentstatus SET'. ' bestaetigtam='.$this->db_add_param(date('Y-m-d')).','. - ' bestaetigtvon='.$this->db_add_param($user)." ". + ' bestaetigtvon='.$this->db_add_param($user).", ". + ' updateamum='.$this->db_add_param(date('Y-m-d H:i:s')).','. + ' updatevon='.$this->db_add_param($user)." ". ' WHERE prestudent_id='.$this->db_add_param($prestudent_id, FHC_INTEGER).' AND status_kurzbz='.$this->db_add_param($status_kurzbz).'