]> gitweb.michael.orlitzky.com - mailshears.git/commitdiff
Update a comment and delete a newline.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 30 Oct 2015 03:38:23 +0000 (23:38 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 30 Oct 2015 03:38:23 +0000 (23:38 -0400)
lib/mv/plugins/agendav.rb
lib/mv/plugins/davical.rb

index d5858c04c5ae360dff293bcec15f5d66cf26e7e7..9c508c9866ca3a37df0ea7ca5d17c603690bc0eb 100644 (file)
@@ -37,7 +37,6 @@ class AgendavMv
       # Pretend like we're database-agnostic in case we ever are.
       raise DatabaseError.new(e)
     end
-
   end
 
 end
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']