matsLETS TODO list.

6. Add authorisation in admin/member-search-by-admin-1.php
5. Restructure code and upload to sourceforge SVN repo.
4. Javascript form validation code doesn't always work due to differences of form.
3. Apply security fixes, i.e. mysql_real_escape_string, magic_quote_gpc handling, register_globals disabling, input validation, input quoting, etc.
2. The "Admin Panel" link doesn't always appear.
1. Transport method field in the database is currently an integer. But the new profile management code stores this as a string. So either the field type must be changed, or the transport method should be stored as an integer. Decide first which way to go and then implement accordingly.
0. After logging out, authorization dependent pages say "Unauthorised access." Instead it should say "You are now logged off". This should be appear in a different page than where the "sign off" was clicked.