I've been trying to disable profile view tracking on our site which runs Dolphin 7.0.4, and I edited the 'Profiles' entry in the sys_objects_views table so that the 'is_on' value is 0, which according to the code should disable profile view tracking. I cleared every conceivable cache I could think of (the ones on the admin site in addition to clearing the /cache & /cache_public directories), but no matter what, profile view tracking isn't disabled. That doesn't seem to make sense since the only place the sys_profile_views_track table is referenced is in the sys_objects_views_table.
Is there anything that I'm overlooking?