Commit d670853be3011fe07d7608bbe7c1d7a91f65ce0e
1 parent
8f75051e
Type: i18n Implementation.
Description: Removed dangling i18n variables. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2855 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
1 deletions
lib/browse/Browser.inc
| @@ -58,7 +58,6 @@ class Browser { | @@ -58,7 +58,6 @@ class Browser { | ||
| 58 | */ | 58 | */ |
| 59 | function Browser($sNewSortField, $sNewSortDirection, $aNewSortCriteria = array()) { | 59 | function Browser($sNewSortField, $sNewSortDirection, $aNewSortCriteria = array()) { |
| 60 | // default sort criteria | 60 | // default sort criteria |
| 61 | - global $browse_folder_sort_title, $browse_folder_sort_description, $browse_folder_sort_creator, $browse_folder_sort_date_created, $browse_folder_sort_document_type; | ||
| 62 | if (count($aNewSortCriteria) == 0) { | 61 | if (count($aNewSortCriteria) == 0) { |
| 63 | $aNewSortCriteria = array ( "name" => array ("display" => _("Title")), | 62 | $aNewSortCriteria = array ( "name" => array ("display" => _("Title")), |
| 64 | "filename" => array ("display" => _("Description")), | 63 | "filename" => array ("display" => _("Description")), |