summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2007-06-17 18:57:21 +0200
committerArun Persaud <arun@nubati.net>2007-06-17 18:57:21 +0200
commit7128076b9409b55551f206d875218fc8f70bb273 (patch)
treec353754505d3e5edb47eae4c6bf338995d8caa68 /index.php
parent9afea8fd89c0c849f361d488569612b5b3fa3c34 (diff)
parent44adf43ccb058fb76e7bdbb18917ca86a7f7ec29 (diff)
downloade-DoKo-7128076b9409b55551f206d875218fc8f70bb273.tar.gz
e-DoKo-7128076b9409b55551f206d875218fc8f70bb273.tar.bz2
e-DoKo-7128076b9409b55551f206d875218fc8f70bb273.zip
Merge branch 'dealing-reuse'
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 291d930..dd1ce58 100644
--- a/index.php
+++ b/index.php
@@ -72,7 +72,7 @@ if(myisset("new"))
$useridD = DB_get_userid_by_name($PlayerD);
/* create random numbers */
- $randomNR = create_array_of_random_numbers();
+ $randomNR = create_array_of_random_numbers($useridA,$useridB,$useridC,$useridD);
$randomNRstring = join(":",$randomNR);
/* get ruleset information or create new one */