BUGFIX: for loop over a possible undefined variable
authorArun Persaud <arun@nubati.net>
Wed, 4 Feb 2009 03:28:36 +0000 (19:28 -0800)
committerArun Persaud <arun@nubati.net>
Wed, 4 Feb 2009 03:28:36 +0000 (19:28 -0800)
commit65322d53842f9ee7e166970e5250f76c36fc3e6a
treedeacddce54178c5a790604d2f4cf856a8d34a160
parentc1585e23cb3ea757674c234c9193889b4f2f2090
BUGFIX: for loop over a possible undefined variable

for the first game in a session there is no score to display yet, need
to check if the score variable is empty or not before I loop over it.
include/game.php