diff options
| author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-02-13 17:34:18 +0000 | 
|---|---|---|
| committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-02-13 17:34:18 +0000 | 
| commit | 484de2408fc42d8f5a25af53df159b2baa42c334 (patch) | |
| tree | fc70f582126132ea3863f3734af686a762fc95d6 /config.inc.php.example | |
| parent | e8e5209d51b999f0672e53b368da9046b0a219b9 (diff) | |
| download | semanticscuttle-484de2408fc42d8f5a25af53df159b2baa42c334.tar.gz semanticscuttle-484de2408fc42d8f5a25af53df159b2baa42c334.tar.bz2  | |
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
Diffstat (limited to 'config.inc.php.example')
| -rw-r--r-- | config.inc.php.example | 7 | 
1 files changed, 7 insertions, 0 deletions
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');  ?>  | 
