minor change : move enableWebsiteThumbnails explanations to variable assignation

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@88 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
ericdane 2008-03-26 13:58:13 +00:00
parent 8a5eff65f3
commit a6a69c4a2e

View file

@ -93,8 +93,6 @@ $dbname = 'scuttle';
# enableCommonTagDescription : true or false
# enableCommonBookmarkDescription : true or false
#
# enableWebsiteThumbnails : true or false. According to artviper.net license, buy a license if you gain profit with your pages. (see http://www.websitethumbnail.de/)
#
# sizeSearchHistory : the number of users' searches that are saved
# 10 [Default]
# -1 Unlimited
@ -139,8 +137,9 @@ $antispamAnswer = 'semanticscuttle';
$enableCommonTagDescription = true;
$enableCommonBookmarkDescription = true;
$enableWebsiteThumbnails = true; // see above, if you gain profit with your pages
# enableWebsiteThumbnails : true or false.
# According to artviper.net license, buy a license if you gain profit with your pages. (see http://www.websitethumbnail.de/)
$enableWebsiteThumbnails = true;
$sizeSearchHistory = 10;