forked from extern/egroupware
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'
|
ACCEPTED => 'A'
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->db->query($this->user_table,array(
|
$this->db->update($this->user_table,array(
|
||||||
'cal_status' => $status_code_short[$status],
|
'cal_status' => $status_code_short[$status],
|
||||||
),array(
|
),array(
|
||||||
'cal_id' => $id,
|
'cal_id' => $id,
|
||||||
|
Loading…
Reference in New Issue
Block a user