1
Well, I need to add new data to the user class. I modified the class itself (user.php) with the new data, but the class, along with it's data seems to be instantiated by some kind of user manager class (referenced as the u_manager in a few places).
Where is this class located? Or am I chasing down the totally wrong path to do what I'm trying to do?