mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fixed SQL error in status-update, thanks to bug report from M.Cuneyt Gursan <cgursan-at-kablonet.com.tr>
This commit is contained in:
parent
ad0563dc8e
commit
02d78c172d
@ -659,7 +659,7 @@
|
||||
ACCEPTED => 'A'
|
||||
);
|
||||
|
||||
$this->db->query($this->user_table,array(
|
||||
$this->db->update($this->user_table,array(
|
||||
'cal_status' => $status_code_short[$status],
|
||||
),array(
|
||||
'cal_id' => $id,
|
||||
|
Loading…
Reference in New Issue
Block a user