--- inc/pgZanimljivosti.php 2001/10/02 16:18:09 1.2 +++ inc/pgZanimljivosti.php 2001/10/04 14:59:35 1.3 @@ -14,7 +14,7 @@ if ($down_id) $dbh->dbh_do("UPDATE news SET ord = ord + 1 WHERE (news_id = $down_id)"); if ($up_id) $dbh->dbh_do("UPDATE news SET ord = ord - 1 WHERE (news_id = $up_id)"); } - $cat = "i"; + $cat = "i"; $acat = "z"; if (!$offset) $offset = 0; $empty = array("category" => $cat, "limit" => 11, "offset" => $offset, "npar" => 0); if ($top_edit && $ed_id <= 0 && $isEdit) { @@ -55,7 +55,7 @@ /* MyEscape($art["more"]) */ ((count($art["text"]) > 0 || strstr("?", $art["more"]) == 0) && $art["id"]) ? $art["more"] : "", MyEscape($art["more_title"]), $art["id"], $empty["category"], "top", $isEdit, true, ($i > 0), ($i < count($arts) - 1)), - "read" => $art["read"] || ($art["more"] && !strstr($art["more"], "?")) ? true : false, + "read" => $art["read"] || ($art["more"] && !strstr($art["more"], "?")) ? $art["read"] : "", "AUTHOR" => GetAuthor($art["au_pic"], $art["au_alt"], $art["au_info"], $art["au_w"], $art["au_h"])