File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<?php
22
33/*
4- Copyright (c) 2005 , Till Brehm, projektfarm Gmbh
4+ Copyright (c) 2007 , Till Brehm, projektfarm Gmbh
55All rights reserved.
66
77Redistribution and use in source and binary forms, with or without modification,
@@ -133,7 +133,7 @@ public function getSearchSQL($sql_where = '')
133133 $ field = $ i ['field ' ];
134134
135135 //*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 ]){
136+ 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 ]){
137137 $ this ->searchChanged = 1 ;
138138 }
139139
You can’t perform that action at this time.
0 commit comments