CLEANUP: started some database cleanup and added some more comments
authorArun Persaud <arun@nubati.net>
Mon, 7 Apr 2008 05:25:44 +0000 (22:25 -0700)
committerArun Persaud <arun@nubati.net>
Tue, 8 Apr 2008 05:50:33 +0000 (22:50 -0700)
commit42aae8a38789ec102478db6dc58795c4b095546e
tree35ce04dfef884f798af74536d9596dd04ae4fcd1
parent661cdf100d59bb0d7ee3ade0d392efa68aba1a19
CLEANUP: started some database cleanup and added some more comments

instead of having a different function for each possible way to query
for example the full name of a player, there is now only one function
with a switch statement that handles the different cases. Still not
100% perfect, but I think nicer to read than before.

Signed-off-by: Arun Persaud <arun@nubati.net>
db.php
functions.php
index.php
output.php
register.php
stats.php