--- new.php 2002/04/11 12:53:48 1.22 +++ new.php 2002/04/29 13:01:49 1.23 @@ -27,7 +27,7 @@ $lpic="new"; $lext=".jpg"; $mpic="new.gif"; $back_url="index.php"; - $sql_where.=" and (type='a' or type='c' or type='e' or type='i' or type='n' or type='p' or type='r')"; // don't show company profile + $sql_where.=" and (type='a' or type='c' or type='e' or type='f' or type='i' or type='n' or type='p' or type='r')"; // don't show company profile } $smarty->assign( array ( lpic=>$lpic, lext=>$lext, mpic=>$mpic, ) );