Fix bug where email addresses weren't stored in database for fulltext searching

This commit is contained in:
Aleksander Machniak 2013-08-07 12:10:37 +02:00
parent 27eb706939
commit 7033e9336f

View file

@ -386,7 +386,7 @@ class kolab_format_contact extends kolab_format
public function get_words()
{
$data = '';
foreach (self::$fulltext_cols as $col) {
foreach (self::$fulltext_cols as $colname) {
list($col, $field) = explode(':', $colname);
if ($field) {