forked from extern/egroupware
Fixed adding an entry that doesn't have an account_id
This commit is contained in:
parent
f9726cefbe
commit
ce08ad632e
@ -85,8 +85,8 @@
|
|||||||
$db->query ("insert into phpgw_log (log_date, log_user, log_app, log_severity) values "
|
$db->query ("insert into phpgw_log (log_date, log_user, log_app, log_severity) values "
|
||||||
."('". $phpgw->db->to_timestamp(time()
|
."('". $phpgw->db->to_timestamp(time()
|
||||||
)
|
)
|
||||||
."',".$phpgw->session->account_id
|
."','".$phpgw->session->account_id
|
||||||
.",'".$phpgw_info['flags']['currentapp']."'"
|
."','".$phpgw_info['flags']['currentapp']."'"
|
||||||
.",'".$this->severity()."'"
|
.",'".$this->severity()."'"
|
||||||
.")"
|
.")"
|
||||||
,__LINE__,__FILE__);
|
,__LINE__,__FILE__);
|
||||||
|
Loading…
Reference in New Issue
Block a user