From b11e5520922aa9a8c4d0b86b1d88c8e811e2f638 Mon Sep 17 00:00:00 2001 From: nbm Date: Thu, 23 Dec 2004 13:36:20 +0000 Subject: [PATCH] Sort by "more" correct filename rather than name by default. --- presentation/lookAndFeel/knowledgeTree/documentmanagement/browseBL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/browseBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/browseBL.php index f40abd7..97f539c 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/browseBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/browseBL.php @@ -87,7 +87,7 @@ if (!$fBrowseType) { // retrieve field to sort by if (!$fSortBy) { // no sort field specified- default is document name - $fSortBy = "name"; + $fSortBy = "filename"; } // retrieve sort direction if (!$fSortDirection) { -- libgit2 0.21.4