From b46f9a846fb90d3e9c0b569dd1e70f4923d3ef64 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 12 Oct 2000 06:44:11 +0000 Subject: 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) --- includes/function.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/function.inc') 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 = "n/a") { +function format_data($field, $replacement = "na") { return ($field) ? $field : $replacement; } -- cgit v1.2.3