diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-02-17 13:15:06 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-02-17 13:15:06 +0000 |
commit | 3f9a5210f18c5d4418c3c2d8788f9babf1a231c4 (patch) | |
tree | 702a2832d83aac4c5df414a3315c937c5e4064ce /upgrade.txt | |
parent | 0025ca22a274865fa2a7a045323b3eb418705c4d (diff) | |
download | semanticscuttle-3f9a5210f18c5d4418c3c2d8788f9babf1a231c4.tar.gz semanticscuttle-3f9a5210f18c5d4418c3c2d8788f9babf1a231c4.tar.bz2 |
Interface fix: option to allow admins to see easily tags from other admins when adding/editing a bookmark. [Config file modified: ]
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@289 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'upgrade.txt')
-rw-r--r-- | upgrade.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/upgrade.txt b/upgrade.txt index 8c9b751..fdaac0d 100644 --- a/upgrade.txt +++ b/upgrade.txt @@ -9,6 +9,7 @@ Message: this version modifies the database to UTF-8 charset. The idea is to con #NOTHING TO CHANGE IN DB - Upgrade your current configuration file (config.inc.php) with respect to config.inc.php.example $adminsCanModifyBookmarksFromOtherUsers = true; # 'true' if admin users can edit or delete bookmarks belonging to other users. Else 'false'. +$adminsAreAdvisedTagsFromOtherAdmins = false; # 'true' if tags from other admins are proposed to each admin (in add/edit a bookmark page). Else 'false'. === From version 0.91 to 0.92 === |