The branch "master" has been updated. The following is a summary of the commits.
from: fb7f256d53d2d036e12a42ab0a76c51991afee06 2ce4c97 The default is an unset baseid. Summary: http://github.com/horde/horde/compare/fb7f256d53d2d036e12a42ab0a76c51991afee06...2ce4c970d9fdb6974046cdbb11c67bc7b5a73dd2 ----------------------------------------------------------------------- commit 2ce4c970d9fdb6974046cdbb11c67bc7b5a73dd2 Author: Jan Schneider <[email protected]> Date: Sun Jan 31 19:36:14 2016 +0100 The default is an unset baseid. Since the default value for the event_baseid column is an empty string, there is a difference to setting it to null. This is important because we later retrieve only the base events when exporting to DAV/ICS by searching for event_baseid = ''. Fix broken events with: UPDATE kronolith_events SET event_baseid = '' WHERE event_baseid IS NULL kronolith/lib/Ajax/Application/Handler.php | 2 +- kronolith/lib/Event/Sql.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/2ce4c970d9fdb6974046cdbb11c67bc7b5a73dd2 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
