--- inc/newsEdit.php 2001/08/07 13:55:51 1.3 +++ inc/newsEdit.php 2001/08/08 12:58:08 1.4 @@ -155,7 +155,7 @@ if (!isset($art["limit"])) $art["limit"] = 1; if (!isset($art["npar"])) $art["npar"] = 1; return array_shift(newsLoad($ed_id, $ed_cat, - $art["limit"], $art["npar"])); + $art["limit"], $art["offset"], $art["npar"])); } // Handle temp pic upload. global $HTTP_POST_FILES;