]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/mv/plugins/roundcube.rb
Replace 'account' with 'user' everywhere.
[mailshears.git] / lib / mv / plugins / roundcube.rb
index 50a52c302cd2a25613f4c463eb5232c7a756b055..bac8344607d925c26f8652aa9a141ff87eee736c 100644 (file)
@@ -13,7 +13,7 @@ class RoundcubeMv
     # Roundcube doesn't have a concept of domains.
   end
 
-  def mv_account(from, to)
+  def mv_user(from, to)
     sql_queries = ['UPDATE users SET username = $1 WHERE username = $2;']
 
     begin