aboutsummaryrefslogtreecommitdiff
path: root/data/config.default.php
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-01-16 10:20:45 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-01-16 10:20:45 +0000
commit991ef5c1bfb73d17f67eb9024871cefbce969dca (patch)
tree7f0706ac565804aa342a62041c9701a45900d01e /data/config.default.php
parentb009bdb07ca03099fb66305187fa2d557abd7814 (diff)
downloadsemanticscuttle-991ef5c1bfb73d17f67eb9024871cefbce969dca.tar.gz
semanticscuttle-991ef5c1bfb73d17f67eb9024871cefbce969dca.tar.bz2
Part of request #2928950: Add config option to allow sorting by bookmark creation date instead of modification date
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@594 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'data/config.default.php')
-rw-r--r--data/config.default.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php
index 8dd61a5..c3c3b58 100644
--- a/data/config.default.php
+++ b/data/config.default.php
@@ -379,6 +379,16 @@ $defaultRecentDays = 14;
$defaultOrderBy = 'date_desc';
/**
+ * Database field to use when sorting by date.
+ * Options here are 'bModified' to sort after
+ * modification date, and 'bDatetime' to sort
+ * after creation date
+ *
+ * @var string
+ */
+$dateOrderField = 'bModified';
+
+/**
* Number of entries that are shown in
* the RSS feed by default.
*