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:
873b11b
)
BUGFIX: fixed a syntax error
author
Arun Persaud
<arun@nubati.net>
Sun, 19 Oct 2008 00:39:58 +0000
(17:39 -0700)
committer
Arun Persaud
<arun@nubati.net>
Sun, 19 Oct 2008 00:39:58 +0000
(17:39 -0700)
forgot a ;
Signed-off-by: Arun Persaud <arun@nubati.net>
include/game.php
patch
|
blob
|
history
diff --git
a/include/game.php
b/include/game.php
index 7109c11e1ca3560aa25ee7e4db88056b0a1fb1ce..6141ab231e699bc3815c32cce1738602773ada7f 100644
(file)
--- a/
include/game.php
+++ b/
include/game.php
@@
-1759,7
+1759,7
@@
switch($mystatus)
$message .= "Score Table:\n";
$message .= format_score_table_ascii($score);
- $message .= "Use these links to have a look at game ".DB_format_gameid($gameid).": \n"
+ $message .= "Use these links to have a look at game ".DB_format_gameid($gameid).": \n"
;
/* send out final email */
$all = array();