mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Use db_addslashes to insert log message
This commit is contained in:
parent
d471ba248e
commit
082f05caea
@ -132,8 +132,8 @@
|
||||
.", '" . $GLOBALS['phpgw']->db->to_timestamp($err->timestamp)
|
||||
."', '". $err->severity . "'"
|
||||
.", '". $err->code . "'"
|
||||
.", '". $err->msg . "'"
|
||||
.", '". addslashes(implode('|',$err->parms)). "'"
|
||||
.", '". $db->db_addslashes($err->msg) . "'"
|
||||
.", '". $db->db_addslashes(implode('|',$err->parms)). "'"
|
||||
.", '". $err->fname . "'"
|
||||
.", " . intval($err->line)
|
||||
.")"
|
||||
|
Loading…
Reference in New Issue
Block a user