From d6d60de3ccac7b26ed3a14498279c8f16cdcefe7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 11 Jul 2001 22:06:24 +0000 Subject: - Added blog.module to replace diary.module (contrubeted by Julian): + feedback wanted - Added updated import.module (contributed by Julian): + user page do browse the headlines by feed and bundle, to display the item descriptions, etc. - Fixed small bug in common.inc. - Updated database.mysql --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index 1bb337280..8eca80048 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -172,7 +172,7 @@ function format_email($address) { return ($address) ? "$address" : message_na(); } -function format_url($address, $description = "") { +function format_url($address, $description = 0) { $description = ($description) ? $description : $address; return ($address) ? "". check_output($description) ."" : message_na(); } -- cgit v1.2.3