diff -r a6397daf4006 -r 70eb2493a346 app/soc/logic/cleaning.py --- 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. """