We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3859c5 commit c5a08eeCopy full SHA for c5a08ee
1 file changed
interface/lib/classes/listform.inc.php
@@ -1,7 +1,7 @@
1
<?php
2
3
/*
4
-Copyright (c) 2005, Till Brehm, projektfarm Gmbh
+Copyright (c) 2007, Till Brehm, projektfarm Gmbh
5
All rights reserved.
6
7
Redistribution and use in source and binary forms, with or without modification,
@@ -133,7 +133,7 @@ public function getSearchSQL($sql_where = '')
133
$field = $i['field'];
134
135
//*TODO: comment = hat sich die suche ge�ndert
136
- if(isset($_REQUEST[$search_prefix.$field]) and $_REQUEST[$search_prefix.$field] != $_SESSION['search'][$list_name][$search_prefix.$field]){
+ 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]){
137
$this->searchChanged = 1;
138
}
139
0 commit comments