I was using Realname on my current project. Then I had to uninstall and remove it.
I confirm realname table is successfully removed after uninstalling.
However I still see $user->realname values in user objects. Even though after emptying cache tables with Devel then drush; and even after restarting Apache and MySQL servers too.
Is this normal?
Thanks,
Comments
Comment #1
osmanNevermind.
Sorry to clutter actually.
I just found that, it is the Name field module's
name_user_load()implementation keeps $user->realname in user objects.