--- new.php 2001/02/28 14:16:33 1.9 +++ new.php 2001/03/05 12:34:12 1.10 @@ -20,7 +20,9 @@ $lpic="investor"; $lext=".jpg"; $mpic="investors.gif"; $back_url="investor.php"; - $sql_where .= " and type='i'"; + if (! isset($type)) { + $sql_where .= " and type='i'"; + } $title.=" : Investors News"; } elseif ($section == "about") { $title="ABOUT US";