I have a question about the upgrade from version 7.6 to 7.7.
In the Version History.txt it says the following for 7.7:
5. tblActiveUsers - table removed from the database as it is no-longer used
6. msSQL_server_setup.asp - removed the creating of the tblActiveUsers table and the stored procedures:-
-wwfSPActiveUsersWhereIPis
-wwfSPAddNewActiveUser
-wwfSPUpdateActiveUser
-wwfSPDeleteActiveUser
-wwfSPDeleteActiveUserDoubleEntry
-wwfSPCountOfActiveUsers
-wwfSPCountOfActiveGuests
Should I manually delete that table and stored procedures or just leave them? Since this is not a new install, these are already created and I guess with the new code changes, these are no longer used.
Thanks,
Joey