summaryrefslogtreecommitdiffstats
path: root/functions.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2006-12-13 18:32:33 +0000
committerarun <arun>2006-12-13 18:32:33 +0000
commit198ab37015dbe1f999f149dbd887dcb814202585 (patch)
tree9d0b56e57713740919d20ae57a8acb9358363b08 /functions.php
parentfec84028d1c71200da12525df005774810b5dcd8 (diff)
downloade-DoKo-198ab37015dbe1f999f149dbd887dcb814202585.tar.gz
e-DoKo-198ab37015dbe1f999f149dbd887dcb814202585.tar.bz2
e-DoKo-198ab37015dbe1f999f149dbd887dcb814202585.zip
added two new features: local time and a link to the user page
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 390f6c9..6bd50af 100644
--- a/functions.php
+++ b/functions.php
@@ -404,7 +404,7 @@ function display_news()
global $wiki;
echo "<div class=\"bug\"> ".
"Please hit shift+reload.<br /><hr />".
- "Fixed a few bugs, comments might be working again <br /><hr />".
+ "added local time display, let me know what you think<br /><hr />".
"If you find more bugs, please list them in the <a href=\"".$wiki.
"\">wiki</a>.</div>\n";
return;