diff options
author | arun <arun@nubati.net> | 2006-12-12 11:25:47 +0000 |
---|---|---|
committer | arun <arun> | 2006-12-12 11:25:47 +0000 |
commit | 6af8e19b862bc37a5a34239d53953d9dc5786d7c (patch) | |
tree | c1ec7808986fe2c5389e473779b49a375c80c1d6 /functions.php | |
parent | 11bc256437ae08976ca1b65fcab39f9e326c760f (diff) | |
download | e-DoKo-6af8e19b862bc37a5a34239d53953d9dc5786d7c.tar.gz e-DoKo-6af8e19b862bc37a5a34239d53953d9dc5786d7c.tar.bz2 e-DoKo-6af8e19b862bc37a5a34239d53953d9dc5786d7c.zip |
small bugfixes to get comments for examples comments working
Diffstat (limited to 'functions.php')
-rw-r--r-- | functions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php index a530177..0168ce3 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 = 1; +$debug = 0; $last=-2; @@ -420,7 +420,7 @@ function display_news() global $wiki; echo "<div class=\"bug\"> ". "Please hit shift+reload.<br /><hr />". - "New Database backend, lost a few features on the way.<br /><hr />". + "Fixed a few bugs, comments might be working again <br /><hr />". "If you find more bugs, please list them in the <a href=\"".$wiki. "\">wiki</a>.</div>\n"; return; |