|
cvs: pecl /apc apc.php: msg#00190php.pecl.cvs
johannes Mon Jul 25 12:01:27 2005 EDT Modified files: /pecl/apc apc.php Log: Fix showing all entries http://cvs.php.net/diff.php/pecl/apc/apc.php?r1=3.20&r2=3.21&ty=u Index: pecl/apc/apc.php diff -u pecl/apc/apc.php:3.20 pecl/apc/apc.php:3.21 --- pecl/apc/apc.php:3.20 Mon Jul 25 11:17:36 2005 +++ pecl/apc/apc.php Mon Jul 25 12:01:26 2005 @@ -21,7 +21,7 @@ */ -$VERSION='$Id: apc.php,v 3.20 2005/07/25 15:17:36 beckerr Exp $'; +$VERSION='$Id: apc.php,v 3.21 2005/07/25 16:01:26 johannes Exp $'; @@ -630,7 +630,7 @@ '<option value=150',$MYREQUEST['COUNT']=='150'? ' selected':'','>Top 150</option>', '<option value=200',$MYREQUEST['COUNT']=='200'? ' selected':'','>Top 200</option>', '<option value=500',$MYREQUEST['COUNT']=='500'? ' selected':'','>Top 500</option>', - '<option value=-1', $MYREQUEST['COUNT']=='0' ? ' selected':'','>All</option>', + '<option value=0 ',$MYREQUEST['COUNT']=='0' ? ' selected':'','>All</option>', '</select>', ' <input type=submit value="GO!">', '</form></div>', |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: cvs: pecl /apc apc.php: 00190, Ilia Alshanetsky |
|---|---|
| Next by Date: | cvs: pecl /http config.m4 package.xml: 00190, Michael Wallner |
| Previous by Thread: | Re: cvs: pecl /apc apc.phpi: 00190, Ilia Alshanetsky |
| Next by Thread: | cvs: pecl /apc apc.php: 00190, Rasmus Lerdorf |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |