|
|
web index.php,1.19,1.20: msg#00049
|
Subject: |
web index.php,1.19,1.20 |
Update of /cvsroot/mantisbt/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24112
Modified Files:
index.php
Log Message:
fixed problem viewing older news items
Index: index.php
===================================================================
RCS file: /cvsroot/mantisbt/web/index.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- index.php 4 May 2004 13:58:15 -0000 1.19
+++ index.php 13 Feb 2005 22:23:18 -0000 1.20
@@ -104,9 +104,11 @@
</tr>
</table>
-<?php
- if ( !isset( $f_offset ) ) {
+<?php
+ if ( !isset( $_GET['f_offset'] ) ) {
$f_offset = 0;
+ } else {
+ $f_offset = $_GET['f_offset'];
}
### get news count
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
|
| |