SC#341 fixed initilaization of navtail variable

This commit is contained in:
skodak 2006-12-14 08:14:03 +00:00
parent 67c0e16eed
commit 102a58099a

View File

@ -111,6 +111,7 @@
if (abs($displaymode) == 1) { // If flat AND parent, then force nested display this time
$displaymode = 3;
}
$navtail = '';
} else {
$parent = $discussion->firstpost;
$navtail = '-> '.format_string($discussion->name);