summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2002-11-09 20:50:50 +0000
committerDries Buytaert <dries@buytaert.net>2002-11-09 20:50:50 +0000
commit2fc257a0760ba6e1c15ec93013a371fc6558be64 (patch)
tree3d4f253aba1a8d3bfe3ae015fba1784b1ce9070c
parent3dd7d9b47d83f8a4cf10bcfc67e9ba8ded334dcd (diff)
downloadbrdo-2fc257a0760ba6e1c15ec93013a371fc6558be64.tar.gz
brdo-2fc257a0760ba6e1c15ec93013a371fc6558be64.tar.bz2
- Oops. Braino.
-rw-r--r--includes/theme.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index bde71d3c0..c79d588a0 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -85,7 +85,7 @@ function theme_mark() {
return "<span style=\"color: red;\">*</span>";
}
-function theme_item_list($items = array(), $title = 0) {
+function theme_item_list($items = array(), $title = NULL) {
/*
** Return a formatted array of items.
*/