From 484de2408fc42d8f5a25af53df159b2baa42c334 Mon Sep 17 00:00:00 2001 From: mensonge Date: Wed, 13 Feb 2008 17:34:18 +0000 Subject: new feature: collaborative description for tags and bookmarks git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@36 b3834d28-1941-0410-a4f8-b48e95affb8f --- config.inc.php.example | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.inc.php.example') diff --git a/config.inc.php.example b/config.inc.php.example index ce7bcde..4c76c9d 100644 --- a/config.inc.php.example +++ b/config.inc.php.example @@ -87,6 +87,10 @@ $dbname = 'scuttle'; # # antispamQuestion: A question to avoid spam # antispamAnswer: The answer to the question (users have to put exactly the same answer) +# +# enableCommonTagDescription : true or false +# enableCommonBookmarkDescription : true or false +# ###################################################################### $sitename = 'SemanticScuttle'; @@ -124,5 +128,8 @@ $reservedusers = array('all', 'watchlist'); $antispamQuestion = 'Put here the answer to 1 + 2 + 3'; $antispamAnswer = '6'; +$enableCommonTagDescription = true; +$enableCommonBookmarkDescription = true; + include_once('debug.inc.php'); ?> -- cgit v1.2.3