From b6700444c4f9a2942fc22ab6fcc41de631b5771b Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 13 Aug 2003 06:04:37 +0000 Subject: Cleanup --- includes/footer.inc.php | 2 +- includes/sidebar.php | 46 ++++++++++++++++------------------------------ 2 files changed, 17 insertions(+), 31 deletions(-) (limited to 'includes') diff --git a/includes/footer.inc.php b/includes/footer.inc.php index 63f1c5f..c8375bc 100644 --- a/includes/footer.inc.php +++ b/includes/footer.inc.php @@ -1,6 +1,6 @@
$powered_by_lang PHP iCalendar 0.9.2"; +echo "

$powered_by_lang PHP iCalendar 0.9.3"; if ($enable_rss == 'yes') { echo "
\n"; if ((isset($current_view)) && ($current_view == 'rssindex')) { diff --git a/includes/sidebar.php b/includes/sidebar.php index f68cfcb..feb0035 100644 --- a/includes/sidebar.php +++ b/includes/sidebar.php @@ -74,39 +74,25 @@ - - - - - - - - - - - - - - - + - - - - - - - - - + + - - + - + - - + +
 + +
 +
@@ -118,11 +104,11 @@ } if ($show_search == 'yes') { ?>
@@ -225,7 +211,7 @@ if ((isset($master_array['-2'])) && ($show_todos == 'yes')) { ?> foreach ($vtodo_times as $val) { $vtodo_text = stripslashes(urldecode($val["vtodo_text"])); if ($vtodo_text != "") { - $description = $val["description"]; + if (isset($val["description"])) $description = $val["description"]; $completed_date = $val['completed_date']; $status = $val["status"]; $priority = $val['priority']; -- cgit v1.2.3