summaryrefslogtreecommitdiffstats
path: root/functions.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-01-12 08:43:28 +0000
committerarun <arun>2007-01-12 08:43:28 +0000
commit68e916d4e488f110dcdab69d7827e8b2f4129cd4 (patch)
treea88b57659a73dd76da08a260be54b5f7d94eb834 /functions.php
parent22390bdc9d72fe7b32375d3be898ee0fd8137a88 (diff)
downloade-DoKo-68e916d4e488f110dcdab69d7827e8b2f4129cd4.tar.gz
e-DoKo-68e916d4e488f110dcdab69d7827e8b2f4129cd4.tar.bz2
e-DoKo-68e916d4e488f110dcdab69d7827e8b2f4129cd4.zip
server keeps score now, several small bugfixes
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index e9ead78..e4f7c60 100644
--- a/functions.php
+++ b/functions.php
@@ -364,7 +364,7 @@ function card_value($card)
case 48:
return 0;
default:
- echo "something went wrong, please contact the admin. ErrorCode: 2<br>";
+ echo "something went wrong, please contact the admin. ErrorCode: 2 - $card<br>";
return 0;
}
}