summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-07-11 22:06:24 +0000
committerDries Buytaert <dries@buytaert.net>2001-07-11 22:06:24 +0000
commitd6d60de3ccac7b26ed3a14498279c8f16cdcefe7 (patch)
treed50339aa8c59aa34edb34c257fd854223024390c /includes
parentee12d11165f867e8442d5e12e6325f0c4f2e6d0d (diff)
downloadbrdo-d6d60de3ccac7b26ed3a14498279c8f16cdcefe7.tar.gz
brdo-d6d60de3ccac7b26ed3a14498279c8f16cdcefe7.tar.bz2
- 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
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
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) ? "<a href=\"mailto:$address\">$address</A>" : message_na();
}
-function format_url($address, $description = "") {
+function format_url($address, $description = 0) {
$description = ($description) ? $description : $address;
return ($address) ? "<a href=\"$address\">". check_output($description) ."</a>" : message_na();
}