aboutsummaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
authorWesley Miaw <josuah@users.sourceforge.net>2003-09-20 00:31:36 +0000
committerWesley Miaw <josuah@users.sourceforge.net>2003-09-20 00:31:36 +0000
commit25050f516fa8cad213724f18345ef6c2af8b1ab0 (patch)
treeb7ac0a27dd9d06fc0c85be5f25aa968438b6ab41 /includes
parentff5b7e18e5962839936679141035a49c8e2ff2a6 (diff)
downloadphpicalendar-25050f516fa8cad213724f18345ef6c2af8b1ab0.tar.gz
phpicalendar-25050f516fa8cad213724f18345ef6c2af8b1ab0.tar.bz2
phpicalendar-25050f516fa8cad213724f18345ef6c2af8b1ab0.zip
Bug [788401] and patch [794859].
Correctly display VTODO descriptions and populate VTODO description values.
Diffstat (limited to 'includes')
-rw-r--r--includes/sidebar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/sidebar.php b/includes/sidebar.php
index 938754e..1a954ba 100644
--- a/includes/sidebar.php
+++ b/includes/sidebar.php
@@ -159,7 +159,7 @@
$vtodo_text = stripslashes(urldecode($val["vtodo_text"]));
if ($vtodo_text != "") {
if (isset($val["description"])) {
- $description = $val["description"];
+ $description = urldecode($val["description"]);
} else {
$description = "";
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy