You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/program/steps/mail
Jack Cherng 198585d8a0 Fix implode() wrong parameter order (#6866)
It has been deprecated in PHP 7.4.

Such as PHP deprecated:  implode(): Passing glue string after array is deprecated. Swap the parameters in /var/www/roundcubemail/program/lib/Roundcube/rcube_db.php on line 917

Signed-off-by: Jack Cherng <jfcherng@gmail.com>
5 years ago
..
addcontact.inc
attachments.inc
autocomplete.inc
bounce.inc
check_recent.inc
compose.inc Fix keyboard navigation (tabindex) on attachments list in compose 5 years ago
copy.inc
folders.inc
func.inc Fix bug where handling multiple messages from multi-folder search result could not work (#6845) 5 years ago
get.inc Fix bug in miemetype name comparator 5 years ago
getunread.inc
headers.inc
import.inc
list.inc
list_contacts.inc
mark.inc Fix bug where unread count wasn't updated after moving multi-folder result (#6846) 5 years ago
move_del.inc Fix bug where unread count wasn't updated after moving multi-folder result (#6846) 5 years ago
pagenav.inc
search.inc
search_contacts.inc
sendmail.inc Fix implode() wrong parameter order (#6866) 5 years ago
sendmdn.inc
show.inc
viewsource.inc