mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:24:07 +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))
|
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);
|
$values[] = ($use_key ? $key.'=' : '') . $this->quote($data,$column_type);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user