|
From: Jon O. <jon...@us...> - 2006-08-04 20:11:53
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/modules In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv5513/modules/mx_pafiledb/pafiledb/modules Modified Files: pa_viewall.php Log Message: statistics Index: pa_viewall.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_viewall.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** pa_viewall.php 1 Aug 2006 21:03:25 -0000 1.17 --- pa_viewall.php 4 Aug 2006 20:11:50 -0000 1.18 *************** *** 27,31 **** function main( $action ) { ! global $pafiledb_template, $lang, $phpEx, $pafiledb_config, $_REQUEST, $userdata; $start = ( isset( $_REQUEST['start'] ) ) ? intval( $_REQUEST['start'] ) : 0; --- 27,31 ---- function main( $action ) { ! global $pafiledb_template, $lang, $phpEx, $pafiledb_config, $userdata; $start = ( isset( $_REQUEST['start'] ) ) ? intval( $_REQUEST['start'] ) : 0; |