From 765a4fb590113faa80a8560711f9c89de14a50ba Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 7 Jun 2008 20:47:41 -0700 Subject: [PATCH] BUGFIX: fixed a typo in the scoretable Nr instead of No Signed-off-by: Arun Persaud --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*/ -- 2.25.1
Nr No