mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Properly select page length in search form.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
35cff75156
commit
94bfae4f03
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@
|
|||
<?php
|
||||
$pages = array(25, 50, 75, 100);
|
||||
foreach ($pages as $i):
|
||||
if ($PP == $i):
|
||||
if ($_REQUEST['PP'] == $i):
|
||||
?>
|
||||
<option value="<?php print $i; ?>" selected="selected"><?php print $i; ?></option>
|
||||
<?php else: ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue