--- inc/pgHome.php 2001/10/10 12:40:58 1.12 +++ inc/pgHome.php 2001/10/16 13:07:03 1.13 @@ -48,7 +48,7 @@ "titlepic_width" => $art["pic_w"], "titlepic_height" => $art["pic_h"], "text" => $art["text"], - "links" => GetLinks((($art["read"] || $art["au_pic"] || $art["au_info"]) && $art["id"]) ? $art["read"] : "", + "links" => GetLinks((($art["read"] || $art["au_pic"] || $art["au_info"]) && $art["id"] && (!$art["more"] || ($art["more"] && !strpos($art["more"], "?")))) ? $art["read"] : "", /* MyEscape($art["more"]) */ /* ((count($art["text"]) > 0 || strstr("?", $art["more"]) == 0) && $art["id"]) ? $art["more"] : "" */ "", MyEscape($art["more_title"]), $art["id"], $empty["category"], "top", true, ($i > 0), ($i < count($arts) - 1), $art["show"]), @@ -94,7 +94,7 @@ "pos" => MyEscape($art["pic_pos"]), "width" => $art["pic_w"], "height" => $art["pic_h"], - "links" => GetLinks((($art["read"] || $art["au_pic"] || $art["au_info"]) && $art["id"]) ? $art["read"] : "", + "links" => GetLinks((($art["read"] || $art["au_pic"] || $art["au_info"]) && $art["id"] && (!$art["more"] || ($art["more"] && !strpos($art["more"], "?")))) ? $art["read"] : "", /* MyEscape($art["more"]) */ "", MyEscape($art["more_title"]), $art["id"], $empty["category"], "wn", true, ($i > 0), ($i < count($arts) - 1), $art["show"]), @@ -149,7 +149,7 @@ "pos" => MyEscape($art["pic_pos"]), "width" => MyEscape($art["pic_w"]), "height" => MyEscape($art["pic_h"]), - "links" => GetLinks((($art["read"] || $art["au_pic"] || $art["au_info"]) && $art["id"]) ? $art["read"] : "", + "links" => GetLinks((($art["read"] || $art["au_pic"] || $art["au_info"]) && $art["id"] && (!$art["more"] || ($art["more"] && !strpos($art["more"], "?")))) ? $art["read"] : "", MyEscape($art["more"]), MyEscape($art["more_title"]), $art["id"], $empty["category"], "pn", true, ($i > 0), ($i < count($arts) - 1), $art["show"]),