projects
/
e-DoKo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6437c15
)
BUGFIX: fixed a typo in the scoretable
author
Arun Persaud
<arun@nubati.net>
Sun, 8 Jun 2008 03:47:41 +0000
(20:47 -0700)
committer
Arun Persaud
<arun@nubati.net>
Sun, 8 Jun 2008 03:47:41 +0000
(20:47 -0700)
Nr instead of No
Signed-off-by: Arun Persaud <arun@nubati.net>
include/functions.php
patch
|
blob
|
history
diff --git
a/include/functions.php
b/include/functions.php
index fafcf36ead8a07455f435be8d7f4bb4554b1bf1d..f8a0da4e58d7e4faf1121a6eb44f707a9bb66899 100644
(file)
--- a/
include/functions.php
+++ b/
include/functions.php
@@
-1041,7
+1041,7
@@
function format_score_table_html($score,$userid)
$output = "<div class=\"scoretable\">\n<table class=\"score\">\n <thead><tr>\n";
/* output header */
- $output.= " <th> N
r
</th>";
+ $output.= " <th> N
o
</th>";
foreach($score[0]['players'] as $id=>$points)
{
$name = DB_get_name('userid',$id); /*TODO*/