Update of /cvsroot/phpfastnews/phpfastnews/lib
In directory usw-pr-cvs1:/tmp/cvs-serv21061
Modified Files:
prepend_news.inc-dist
Log Message:
added $numrecords to limit news items shown per page and allow PREVIOUS/NEXT links
Index: prepend_news.inc-dist
===================================================================
RCS file: /cvsroot/phpfastnews/phpfastnews/lib/prepend_news.inc-dist,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** prepend_news.inc-dist 2001/08/10 13:31:49 1.1
--- prepend_news.inc-dist 2001/08/11 04:08:54 1.2
***************
*** 13,17 ****
// CHANGE THIS PATH TO THE DIRECTORY WHERE PHPFASTNEWS IS INSTALLED TO
$NEWS_BASE = 'C:/webdir/www/phpfastnews/';
!
function getmicrotime(){
--- 13,17 ----
// CHANGE THIS PATH TO THE DIRECTORY WHERE PHPFASTNEWS IS INSTALLED TO
$NEWS_BASE = 'C:/webdir/www/phpfastnews/';
! $numrecords = '10';
function getmicrotime(){
|