From ea873bc7e2ce75847295118d3b9bcf123ffb10d1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 24 Dec 2000 15:44:29 +0000 Subject: - some improvements and code polishing - added a few extra blocks to choose from --- modules/calendar.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/calendar.module') diff --git a/modules/calendar.module b/modules/calendar.module index fe79beea5..0f4e2868c 100644 --- a/modules/calendar.module +++ b/modules/calendar.module @@ -5,13 +5,13 @@ $module = array("block" => "calendar_block"); function calendar_block() { global $date; - include "modules/calendar.class"; + include_once "modules/calendar.class"; $calendar = new Calendar($date); $block[0]["subject"] = "Browse archives"; $block[0]["content"] = $calendar->display(); - $block[0]["info"] = "calendar"; + $block[0]["info"] = "Calendar to browse archives"; return $block; } -- cgit v1.2.3