projects
/
e-DoKo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
LAYOUT: added a CSS reset
[e-DoKo.git]
/
include
/
functions.php
diff --git
a/include/functions.php
b/include/functions.php
index fdb461e233448de9ce89fec9719b8b11e86bffa4..bbffe00057617ae6c3f2e0e51b108b2ea765cbed 100644
(file)
--- a/
include/functions.php
+++ b/
include/functions.php
@@
-572,7
+572,7
@@
function sort_comp($a,$b)
$ALL = array();
$ALL = array_merge($CARDS["trump"],$CARDS["diamonds"],$CARDS["clubs"],
- $CARDS["hearts"],$CARDS["spades"]
,$CARDS["diamonds"]
);
+ $CARDS["hearts"],$CARDS["spades"]);
return pos_array($a,$ALL)-pos_array($b,$ALL);
}