app/soc/logic/cleaning.py
changeset 905 70eb2493a346
parent 902 0cc7a76f0eb3
child 928 df051fc9d7a1
--- a/app/soc/logic/cleaning.py	Thu Jan 22 17:26:14 2009 +0000
+++ b/app/soc/logic/cleaning.py	Thu Jan 22 22:01:16 2009 +0000
@@ -56,7 +56,7 @@
     return user_entity
   return wrapped
 
-def clean_existing_user_not_equal_to_current(field_name):
+def clean_users_not_same(field_name):
   """Check if the field_name field is a valid user and is not 
      equal to the current user.
   """