Issue #1848774 by IshaDakota, kiamlaluno: Fixed search_view() initializes a variable that is never used.

merge-requests/26/head
David Rothstein 2013-03-10 21:16:32 -04:00
parent 94739f0a47
commit d5be55f2c3
1 changed files with 0 additions and 1 deletions

View File

@ -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.