X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fmv%2Fplugins%2Fdavical.rb;h=63c185c1c63835f5fdd0f52a81e243d108a45eea;hp=ee47d3039fd9feb71235000ff0f93e4f6dfe69ff;hb=72696d3f6e95ef773af9727e9c3459b9038b0fc2;hpb=8064b7be68006d07889e2d24eb0bddc6063d3275 diff --git a/lib/mv/plugins/davical.rb b/lib/mv/plugins/davical.rb index ee47d30..63c185c 100644 --- a/lib/mv/plugins/davical.rb +++ b/lib/mv/plugins/davical.rb @@ -17,7 +17,7 @@ class DavicalMv end - def mv_account(from, to) + def mv_user(from, to) # Delete the given username. DAViCal uses foreign keys properly # and only supports postgres, so we let the ON UPDATE CASCADE # trigger handle most of the work.