diff options
author | arun <arun@nubati.net> | 2006-12-08 21:22:37 +0000 |
---|---|---|
committer | arun <arun> | 2006-12-08 21:22:37 +0000 |
commit | e70edfecc1252420ceb06f55a97e1f14f76a767a (patch) | |
tree | 11854fd75fba7c04c9e8447fe5c7674e01ac60b4 /functions.php | |
parent | 60cf635bba27f24c93a54091b80c39d78e4b456a (diff) | |
download | e-DoKo-e70edfecc1252420ceb06f55a97e1f14f76a767a.tar.gz e-DoKo-e70edfecc1252420ceb06f55a97e1f14f76a767a.tar.bz2 e-DoKo-e70edfecc1252420ceb06f55a97e1f14f76a767a.zip |
bugfix? game entry wasn't added to DB, hope it is fixed now
Diffstat (limited to 'functions.php')
-rw-r--r-- | functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php index c955d5c..1c7b29b 100644 --- a/functions.php +++ b/functions.php @@ -6,7 +6,7 @@ $host = "http://doko.nubati.net/database/index.php"; $wiki = "http://wiki.nubati.net/index.php?title=EmailDoko"; -$debug = 0; +$debug = 1; $last=-2; |