Alex_Go
2012-12-09 288430390334c29a55b8c6ef0ea8cbdf02abe580
fixed sq_usercopy to correctly copy SQ-label to RC-notes.
1 files modified
2 ■■■ changed files
plugins/squirrelmail_usercopy/squirrelmail_usercopy.php 2 ●●● patch | view | raw | blame | history
plugins/squirrelmail_usercopy/squirrelmail_usercopy.php
@@ -179,7 +179,7 @@
                $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;