Remove redundant mysql_connect commands
Status: Alpha
Brought to you by:
bunnyhop
For some strange reason it completely slipped my mind
that the authentication functions for the admin/members
sections already open up a database connection,
however in several pages I call a second mysql_connect
on the page. Although more or less it's harmless it
should be cleaned up nonetheless