Issue #1848774 by IshaDakota, kiamlaluno: Fixed search_view() initializes a variable that is never used.
parent
94739f0a47
commit
d5be55f2c3
|
@ -15,7 +15,6 @@
|
|||
*/
|
||||
function search_view($module = NULL, $keys = '') {
|
||||
$info = FALSE;
|
||||
$redirect = FALSE;
|
||||
$keys = trim($keys);
|
||||
// Also try to pull search keywords out of the $_REQUEST variable to
|
||||
// support old GET format of searches for existing links.
|
||||
|
|
Loading…
Reference in New Issue