Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
7562bdff
Commit
7562bdff
authored
Feb 14, 2009
by
tbrehm
Browse files
Fixed: FS#493 - filter does not jump to page 1 of 1
parent
41949ac3
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/listform.inc.php
View file @
7562bdff
...
...
@@ -135,6 +135,9 @@ class listform {
//*TODO: comment = hat sich die suche ge�ndert
if
(
isset
(
$_REQUEST
[
$search_prefix
.
$field
])
&&
isset
(
$_SESSION
[
'search'
][
$list_name
][
$search_prefix
.
$field
])
&&
$_REQUEST
[
$search_prefix
.
$field
]
!=
$_SESSION
[
'search'
][
$list_name
][
$search_prefix
.
$field
]){
$this
->
searchChanged
=
1
;
//* Jump back to page 1 of the list when search has changed.
$_SESSION
[
'search'
][
$list_name
][
'page'
]
=
0
;
}
//* Store field in session
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment