File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -218,14 +218,12 @@ function listMemberCounts($listId)
218218$ result = Sql_query ('select * from ' .$ tables ['list ' ].' ' .$ subselect .$ searchLists .' order by listorder ' .$ limit );
219219$ numlists = Sql_Affected_Rows ($ result );
220220
221- echo formStart (' id="messagefilterform" ' );
222-
223221$ searchValue = $ _SESSION ['searchlists ' ];
224222
225223echo '<div> <input type="text" name="search" placeholder="🔍 ' .s ('Search lists ' ).'" value=" ' .htmlentities ($ searchValue ).'" /> ' ;
226224echo '<button type="submit" name="go" id="filterbutton" > ' .s ('Go ' ).'</button>
227225 <button type="submit" name="clear" id="filterclearbutton" value="1"> ' .s ('Clear ' ).'</button> ' ;
228- echo '</div> </form> ' ;
226+ echo '</div> ' ;
229227$ ls = new WebblerListing ($ total .' ' .s ('Lists ' ));
230228$ ls ->usePanel ($ paging );
231229
You can’t perform that action at this time.
0 commit comments