1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 19:02:39 +02:00

Language-file cleanup

This commit is contained in:
Cameron
2015-01-30 23:43:15 -08:00
parent 13c9e91e8d
commit cee4ffd235
8 changed files with 8 additions and 8 deletions

View File

@@ -42,7 +42,7 @@ class download_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),
'author'=> array('type' => 'author', 'text' => LAN_SEARCH_61)
),