mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
fixed a typo in column_data_implode
This commit is contained in:
parent
3b5d09927e
commit
1cc9c515aa
@ -812,7 +812,7 @@
|
||||
{
|
||||
if (!$only || in_array($key,$only))
|
||||
{
|
||||
$column_type = is_array($column_definitions) ? @$colum_definitions[$key]['type'] : False;
|
||||
$column_type = is_array($column_definitions) ? @$column_definitions[$key]['type'] : False;
|
||||
$values[] = ($use_key ? $key.'=' : '') . $this->quote($data,$column_type);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user