Commit d670853be3011fe07d7608bbe7c1d7a91f65ce0e

Authored by michael
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 58 */
59 59 function Browser($sNewSortField, $sNewSortDirection, $aNewSortCriteria = array()) {
60 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 61 if (count($aNewSortCriteria) == 0) {
63 62 $aNewSortCriteria = array ( "name" => array ("display" => _("Title")),
64 63 "filename" => array ("display" => _("Description")),
... ...