Fix bug where email addresses weren't stored in database for fulltext searching
This commit is contained in:
parent
27eb706939
commit
7033e9336f
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue