From: Arun Persaud Date: Sun, 8 Jun 2008 03:47:41 +0000 (-0700) Subject: BUGFIX: fixed a typo in the scoretable X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=765a4fb590113faa80a8560711f9c89de14a50ba;hp=6437c15bdaac379a15d7e6392122f027d8254ec6 BUGFIX: fixed a typo in the scoretable Nr instead of No Signed-off-by: Arun Persaud --- diff --git a/include/functions.php b/include/functions.php index fafcf36..f8a0da4 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1041,7 +1041,7 @@ function format_score_table_html($score,$userid) $output = "
\n\n \n"; /* output header */ - $output.= " "; + $output.= " "; foreach($score[0]['players'] as $id=>$points) { $name = DB_get_name('userid',$id); /*TODO*/
Nr No