Sometimes we want the action hook to be post commit.
commita34203a7b85a859f98ea1039e46a68d782940e1b
authorAndrew McMillan <andrew@morphoss.com>
Tue, 10 Apr 2012 11:30:07 +0000 (10 23:30 +1200)
committerAndrew McMillan <andrew@morphoss.com>
Tue, 10 Apr 2012 11:30:07 +0000 (10 23:30 +1200)
treee8ee49a1fd64c6ad62ef7259d89fed6f063d2927
parente35db30a0db57f075f4c06c8440512bc8c00cf02
Sometimes we want the action hook to be post commit.

This adds another hook, and makes log_caldav_action() regular
across both PUT and DELETE (in a transaction), adding post_commit_hook()
as a method with the same signature which is called after the actual
commit, and also matches in both cases.
inc/caldav-DELETE.php
inc/caldav-PUT-functions.php