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:
d638a4e
)
BUGFIX: guess I should test again before commiting :)
author
arun
<arun@nubati.net>
Sat, 2 Jun 2007 15:50:35 +0000
(15:50 +0000)
committer
arun
<arun>
Sat, 2 Jun 2007 15:50:35 +0000
(15:50 +0000)
functions.php
patch
|
blob
|
history
index.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index 418591dd2d04537a3cb9582a9ee3e745f5871fa8..893f916c68271ba1d0151b83ee288969034094e1 100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-681,7
+681,7
@@
function can_call($what,$hash)
return 1;
break;
case "5th-card":
- if( 27+4*($what/30)
)
<= $NRallcards + $offset*4)
+ if( 27+4*($what/30) <= $NRallcards + $offset*4)
return 1;
break;
case "9-cards":
diff --git
a/index.php
b/index.php
index 10416f1610974a33588be7dcaeff8aed745c3bcb..1a825de1223eecbaee350a8c832f2e5cec1c8168 100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-1059,7
+1059,7
@@
else if(myisset("me"))
else
echo "(wedding)";
- if(
substr_compare($GT,"solo",0,4)==0
&& $party=="re")
+ if(
ereg("solo",$GT)
&& $party=="re")
echo "($GT)";
/* add point calls */