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:
a4149c6
)
BUGFIX: forgot to initialize a variable
author
Arun Persaud
<arun@nubati.net>
Sun, 18 May 2008 18:46:46 +0000
(11:46 -0700)
committer
Arun Persaud
<arun@nubati.net>
Sun, 18 May 2008 18:46:46 +0000
(11:46 -0700)
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 0ec52e2da554c5a13f387dc557b2d7380647243d..bbaa5b3500a2e945c5d4a2b113806b0cdb4f2d40 100644
(file)
--- a/
include/game.php
+++ b/
include/game.php
@@
-1129,6
+1129,7
@@
switch($mystatus)
{
$card = $_REQUEST["card"];
$handid = DB_get_handid('hash',$me);
+ $commentSchweinchen =""; /* used to add a comment when Schweinchen is being played */
/* check if we have card and that we haven't played it yet*/
/* set played in hand_card to true where hand_id and card_id*/