--- inc/util.php 2001/10/23 16:13:59 1.10 +++ inc/util.php 2001/10/27 16:54:50 1.11 @@ -55,7 +55,7 @@ if ($cat == "p") $m = "pmore"; $t->assign("m", $m); $t->assign("name", $name); - $t->assign("read", $read /* && (!$more || ($more && !strpos($more, "?"))) ? $read : "" */); + $t->assign("read", ($read || $related) ? $read : ""); $t->assign("more", /* $more */ strstr($more, "?") ? $more : ""); $t->assign("more_new", strstr($more, "://") ? true : false); $t->assign("more_title", $more_title);