Hi List,

we have discoverd a strange bug in imp/lib/LoginTasks/SystemTask/Upgrade.php, in some cases the upgrade fails and deletes existing entrys from the database,especially the entrys trash_folder or draft_folder, if there are umlauts in...

maybe it pointed back to the change in

https://github.com/horde/horde/commit/8e6cc32b43d7e00725dbb3e2074f7f38e41fa31a

?

we have changed "
$prefs->setValue($val, $old_pref->$mbox->pref_to);" to "$prefs->setValue($val, $mbox->pref_to);", because"$old_pref->$mbox->pref_to" was allways empty and the upgrade-process then deletes the entry.

example: converting trash_folder "Gel&APY-schte Objekte" to "Gelöschte Objekte"

norbert
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Reply via email to