summaryrefslogtreecommitdiff
path: root/includes/function.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-10-12 06:44:11 +0000
committerDries Buytaert <dries@buytaert.net>2000-10-12 06:44:11 +0000
commitb46f9a846fb90d3e9c0b569dd1e70f4923d3ef64 (patch)
treeb28391013225211debc0c0cac56847d724485a9f /includes/function.inc
parent50819393d07178f31a674142e9093e823eaa80e1 (diff)
downloadbrdo-b46f9a846fb90d3e9c0b569dd1e70f4923d3ef64.tar.gz
brdo-b46f9a846fb90d3e9c0b569dd1e70f4923d3ef64.tar.bz2
Bugfixes, amongst them:
- anonymous chicken was able to moderate commnets - "anonymous chicken" was displayed in the comment reply form - ... The only thing left to be done is to tackle (or continue tackling) the user accounts which in fact is quite some work. :o)
Diffstat (limited to 'includes/function.inc')
-rw-r--r--includes/function.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/function.inc b/includes/function.inc
index de2dbaac0..281eb0358 100644
--- a/includes/function.inc
+++ b/includes/function.inc
@@ -71,7 +71,7 @@ function format_date($timestamp, $type = "medium") {
return $date;
}
-function format_data($field, $replacement = "<I>n/a</I>") {
+function format_data($field, $replacement = "<I>na</I>") {
return ($field) ? $field : $replacement;
}