Patches for upcoming.php v 1.82.2.16
Brought to you by:
cknudsen
$Id: upcoming.php,v 1.82.2.16 2013/01/24 21:10:20 cknudsen Exp $
Fix generated html for Private & Confidential entries
diff --git a/upcoming.php b/upcoming.php
index 2ef0500..d1b4363 100644
--- a/upcoming.php
+++ b/upcoming.php
@@ -203,7 +203,7 @@ function print_upcoming_event ( $e, $date ) {
} else {
echo '' . htmlspecialchars ( $e->getName () ) . '';
}
@@ -235,7 +235,8 @@ function print_upcoming_event ( $e, $date ) {
}
}
} //end function
the last bit should be
-echo "\n";
+if ( $display_link && ! empty ( $SERVER_URL ) && ! $private && ! $confidential )
Last edit: DSJones 2013-10-11