diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-11-09 20:50:50 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-11-09 20:50:50 +0000 |
commit | 2fc257a0760ba6e1c15ec93013a371fc6558be64 (patch) | |
tree | 3d4f253aba1a8d3bfe3ae015fba1784b1ce9070c | |
parent | 3dd7d9b47d83f8a4cf10bcfc67e9ba8ded334dcd (diff) | |
download | brdo-2fc257a0760ba6e1c15ec93013a371fc6558be64.tar.gz brdo-2fc257a0760ba6e1c15ec93013a371fc6558be64.tar.bz2 |
- Oops. Braino.
-rw-r--r-- | includes/theme.inc | 2 |
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. */ |