mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 16:20:13 +02:00
Language-file cleanup
This commit is contained in:
@@ -48,7 +48,7 @@ class news_search extends e_search // include plugin-folder in the name.
|
||||
|
||||
'advanced' => array(
|
||||
'cat' => array('type' => 'dropdown', 'text' => LAN_SEARCH_55, 'list'=>$catList),
|
||||
'date'=> array('type' => 'date', 'text' => LAN_SEARCH_50),
|
||||
'date'=> array('type' => 'date', 'text' => LAN_DATE_POSTED),
|
||||
'match'=> array('type' => 'dropdown', 'text' => LAN_SEARCH_52, 'list'=>$matchList)
|
||||
),
|
||||
|
||||
|
Reference in New Issue
Block a user