[Openfirst-cvscommit] news rssfeed.php,1.3,1.4
Brought to you by:
xtimg
From: <i-...@us...> - 2003-10-22 01:02:49
|
Update of /cvsroot/openfirst/news In directory sc8-pr-cvs1:/tmp/cvs-serv30823/news Modified Files: rssfeed.php Log Message: Minor bug fixes in RSS code. Limit actually works, fixed link bug, provided default values for flags. Index: rssfeed.php =================================================================== RCS file: /cvsroot/openfirst/news/rssfeed.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** rssfeed.php 13 Oct 2003 17:59:42 -0000 1.3 --- rssfeed.php 22 Oct 2003 01:00:37 -0000 1.4 *************** *** 40,47 **** $numhead = "all"; }else{ ! $numhead = $_POST['headlines']; } ! $link = $home.$basepath."/news/rss/rss.php?headlines=".$numhead."&rss=".$_POST['version']; ?> --- 40,47 ---- $numhead = "all"; }else{ ! $numhead = $_POST['headlines']; } ! $link = $home."/news/rss/rss.php?headlines=".$numhead."&rss=".$_POST['version']; ?> |