diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/template/pkg_search_form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/pkg_search_form.php b/web/template/pkg_search_form.php index 01009a4f..289f8b4a 100644 --- a/web/template/pkg_search_form.php +++ b/web/template/pkg_search_form.php @@ -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: ?> |