Merge pull request #51 from alex-go/master
Fixed small error in SQ-usercopy
| | |
| | | $rec['firstname'] = rcube_charset_convert(rtrim($sql_array['firstname']), $db_charset); |
| | | $rec['surname'] = rcube_charset_convert(rtrim($sql_array['lastname']), $db_charset); |
| | | $rec['email'] = rcube_charset_convert(rtrim($sql_array['email']), $db_charset); |
| | | $rec['note'] = rcube_charset_convert(rtrim($sql_array['label']), $db_charset); |
| | | $rec['notes'] = rcube_charset_convert(rtrim($sql_array['label']), $db_charset); |
| | | |
| | | if ($rec['name'] && $rec['email']) |
| | | $this->abook[] = $rec; |