mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 15:16:30 +02:00
Fixes #2705 - Search Filter Box. Thanks @G4HDU
This commit is contained in:
@@ -2710,9 +2710,9 @@ class e_form
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
if(is_array($filter))
|
if(is_array($filterArray))
|
||||||
{
|
{
|
||||||
$text .= $this->selectbox($$filterName, $filterArray, $filterVal);
|
$text .= $this->selectbox($filterName, $filterArray, $filterVal);
|
||||||
}
|
}
|
||||||
|
|
||||||
// $text .= $this->admin_button($submitName,LAN_SEARCH,'search');
|
// $text .= $this->admin_button($submitName,LAN_SEARCH,'search');
|
||||||
|
Reference in New Issue
Block a user