]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/mv/plugins/davical.rb
Update a comment and delete a newline.
[mailshears.git] / lib / mv / plugins / davical.rb
index 63c185c1c63835f5fdd0f52a81e243d108a45eea..a7cfe80c5337ae3d87f99fd26f3c72bb350239aa 100644 (file)
@@ -18,7 +18,7 @@ class DavicalMv
 
 
   def mv_user(from, to)
-    # Delete the given username. DAViCal uses foreign keys properly
+    # Switch the given usernames. DAViCal uses foreign keys properly
     # and only supports postgres, so we let the ON UPDATE CASCADE
     # trigger handle most of the work.
     sql_queries = ['UPDATE usr SET username = $1 WHERE username = $2']